# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# Type checker / linter caches
.mypy_cache/
.ruff_cache/
.dmypy.json

# IDEs
.idea/
.vscode/
*.swp
*.swo
*.swn

# Environment
.env
.venv
venv/
ENV/

# Sphinx documentation build output
docs/_build/

# Data (generated datasets)
/data/
/examples/data