# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
*.dylib
*.dll
*.o
*.a

# Virtual environments
venv/
ENV/
env/
.env/
.venv/
env.bak/
venv.bak/

# Distribution / packaging / builds
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
*.egg
parts/
var/
sdist/
target/

# PyInstaller
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Documentation
docs/_build/

# Jupyter / IPython
.ipynb_checkpoints
profile_default/
ipython_config.py

# Pyenv / pipenv / poetry
.python-version
Pipfile.lock
poetry.lock

# Type checkers / caches
.mypy_cache/
.dmypy.json
.pyre/

# Django / Flask / general runtime files
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy

# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.iml

# OS generated files
.DS_Store
Thumbs.db
Desktop.ini
