# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.egg-info
.eggs/

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

# uv
.uv/
uv.lock

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

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

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

# Linting
.ruff_cache/

# Distribution / packaging
*.manifest
*.spec
pip-wheel-metadata/

# Jupyter Notebook
.ipynb_checkpoints

# Environment variables
.env
.env.local
.env.*.local
*.env

# OS
.DS_Store
Thumbs.db

# Documentation
docs/_build/
site/

# Generated output
output/
*.pdf
*.xlsx
*.pptx
