mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
52 lines
494 B
Text
52 lines
494 B
Text
# Directories and files that cannot be commited to git
|
|
|
|
# Editors
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
|
|
# Byte-compiled
|
|
__pycache__
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
lib
|
|
lib64
|
|
parts
|
|
sdist
|
|
var
|
|
wheels
|
|
pip-wheel-metadata
|
|
share/python-wheels
|
|
develop-eggs
|
|
eggs
|
|
.eggs
|
|
*.egg-info
|
|
*.egg
|
|
MANIFEST
|
|
.installed.cfg
|
|
downloads
|
|
build
|
|
dist
|
|
bin
|
|
.buildozer
|
|
|
|
# Logs
|
|
*.log
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Environments
|
|
venv
|
|
.venv
|
|
env
|
|
.env
|
|
.python-version
|
|
|
|
# Temp / Cache
|
|
cache
|
|
.cache
|
|
temp
|
|
.temp
|