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

# Distribution / packaging
.Python
build
develop-eggs
dist
downloads
eggs
.eggs
lib
lib64
parts
sdist
var
wheels
pip-wheel-metadata
share/python-wheels
*.egg-info
.installed.cfg
*.egg
*.whl

# PyInstaller
*.manifest
*.spec

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

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

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build
docs/_static
docs/_templates

# PyBuilder
target

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# poetry
poetry.lock

# cache directory
cache

# Development specific
dev

# IDEs and editors
.idea
*.swp
*.swo
*.sublime-workspace
.vscode

# Operating system generated files
.DS_Store
Thumbs.db

# Miscellaneous files
*.csv
*.json
secrets.py

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

# Other common patterns to ignore
*.bak
*.tmp
*.temp
*.old

# mypy
.mypy_cache

# Cython debug symbols
cython_debug

# mkdocs documentation
/site

# dotenv
.env
.env.*
