# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

# Packaging / build
build/
dist/
sdist/
wheels/
*.egg-info/
*.egg
.eggs/
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing / coverage / type checking
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
.mypy_cache/
.pyright/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/
profile_default/
ipython_config.py

# Simulation output — results are reproducible from the project file + seed,
# so they are regenerated, never committed.
results/
*.npy
*.npz
*.h5
*.hdf5

# Node / web UI (from Phase 2 onward)
node_modules/
.next/
.vite/
*.tsbuildinfo

# Editors / IDEs
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db
desktop.ini

# Local agent/tooling config
.claude/
