# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build artifacts
build/
dist/
*.egg
wheels/

# Virtual envs
.venv/
venv/
env/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*~

# Experiment plots (regeneratable) — keep in the repo since they're
# small and useful for readers browsing on GitHub
# experiments/*.png -- (kept intentionally)

# Coverage
.coverage
htmlcov/
