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

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

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

# Jupyter
.ipynb_checkpoints/

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

# OS
.DS_Store
Thumbs.db

# Project-specific — never commit raw data or runs
/data/
runs/
*.parquet
!tests/data/*.parquet
!tests/data/*.feather
*.feather
!tests/data/*.feather
*.h5
*.hdf5
*.nc

# Docs build
site/
docs/_build/

# Full-text access — secrets and downloaded PDFs are never committed
literature/.secrets.env
literature/pdfs/
