# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/
pip-wheel-metadata/

# --- Virtual envs / lockfiles / local files ---
.venv/
venv/
env/
.python-version
uv.lock
.claude

# --- Tooling caches ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
htmlcov/
.coverage
.coverage.*
coverage.xml

# --- IDE ---
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# --- Project ---
# BrainGlobe atlas downloads
.brainglobe/

# Local-only test fixtures (downloaded via pooch)
tests/fixtures/_downloaded/

# Project files / scratch
*.histo2ccf.json
scratch/

# Example data
example data/
