# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
dist/
eggs/
.eggs/
*.egg-info/
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
.hypothesis/
.pytest_cache/


# Environments
.env
.envrc
.venv

# uv
#   Generally recommended to include uv.lock in version control for
#   reproducibility. Uncomment for libraries where you want consumers
#   to resolve their own dependencies.
# uv.lock

# Ruff
.ruff_cache/

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

# Cache
scripts/.cache.sqlite
.cache.sqlite

# Runs
runs/
scripts/
/runs/

# Documentation build output
docs/build/
site/

# IDE files
.idea/
.vscode/

# Data (Never commit large datasets or backups)
data/backup/
data/raw/

# Cache
.cache.sqlite

# Personal notes
notes/
sandbox/

# Runs and Model Weights (This single line safely covers ./runs/ and ./scripts/runs/)
runs/