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

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
wheels/
sdist/
develop-eggs/
eggs/
parts/
var/
*.egg
*.egg-info/
.installed.cfg
*.whl
*.tar.gz

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

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

# Testing / coverage
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/
nosetests.xml
.cache

# Type checking / linting caches
.mypy_cache/
.pyright_cache/
.pytype/
.ruff_cache/
.dmypy.json

# Documentation
docs/_build/

# Jupyter
.ipynb_checkpoints/

# IDE / editors
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.ropeproject

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log

# Secrets / local config
.env
.env.*
!.env.example
