# Python
__pycache__/
*.py[cod]
*$py.class
*.so
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# macOS
.DS_Store

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

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

# Environments
.env
.envrc

# UV — keep uv.lock for reproducibility

# personal design-history doc, kept locally but not distributed
SPEC.md
