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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

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

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

# macOS
.DS_Store

# Project-specific
data/
traces/
*.parquet

# Local-only smoke-test script (depends on author-machine data paths)
scripts/smoke_fit.py

# The experiments/ tree lives on experiments/* branches only; main otherwise
# sees leftover artifacts + pycache from running those branches as untracked.
experiments/

# Generated DataMapPlot HTML from examples (regenerated on each run).
examples/*.html

# Local-only working notes (gitignored intentionally).
.local/
