# 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
MANIFEST

# venv
.venv/
venv/
ENV/
env/
.env

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

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

# Type checkers / linters
.mypy_cache/
.pyright/
.ruff_cache/

# Notebooks
.ipynb_checkpoints/

# uv
uv.lock

# Project-specific
artifacts/
activations_cache/
experiments/_wip/
*.zarr/
*.safetensors
*.pt
*.html
