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

# Distribution / packaging
.Python
pip-wheel-metadata/
share/python-wheels/
.installed.cfg
MANIFEST

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

# Linting / type checking
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Docs
docs/_build/
site/

# Jupyter
.ipynb_checkpoints
*.ipynb

# Benchmarks (generated output)
benchmarks/results/

# Secrets
.env
.env.*
secrets.toml
