# Directories and files that cannot be commited to git

# Byte-compiled
__pycache__
*.py[cod]
*$py.class

# C extensions
*.so

# 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
docs/_build
build
dist
bin
.buildozer

# Logs
*.log
pip-log.txt
pip-delete-this-directory.txt

# Editors
.vscode
.ipynb_checkpoints
*.swp
# PyCharm
.idea/*
!/.idea/*.iml
!/.idea/modules.xml
!/.idea/vcs.xml
!/.idea/runConfigurations

# Environments
venv
.venv
env
.env
.python-version

# Temp / Cache
cache
.cache
temp
.temp
.pytest_cache
.coverage
.DS_Store
.dccache

/kivymd/tools/release/*.zip
/kivymd/tools/release/temp
.idea/
