# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
.pytest_cache/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.pytype/
.pyre/
.dmypy.json
dmypy.json

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

# Jupyter Notebook
.ipynb_checkpoints

# Generated files
*.pdf
*.html
!index.html

# Local development settings
.env.local
.env.development.local
.env.test.local
.env.production.local

# Package managers

# Documentation build
site/
mkdocs.yml