# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
develop-eggs/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
share/python-wheels/
MANIFEST
pip-log.txt
pip-delete-this-directory.txt

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

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

# Type checkers
.mypy_cache/
.pytype/
.pyre/
.ruff_cache/

# Jupyter
.ipynb_checkpoints
*.ipynb_checkpoints/

# Editors / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Docs build output
docs/_build/
docs/site/
site/

# Data files (keep small fixtures only; ignore bulk data)
data/*
!data/.gitkeep
!data/README.md

# Project-specific
*.log
*.tmp
