# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
MANIFEST

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

# Distribution / packaging
*.whl
*.tar.gz
*.zip

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

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Docs
site/
docs/_build/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# setuptools-scm
_version.py

# Secrets / env
.env
.env.*
!.env.example

# Benchmarks
.benchmarks/

# uv
uv.lock
prds/
