# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
build/
dist/
.venv/
venv/

# punctual runtime state (never commit a state DB)
*.db
*.db-wal
*.db-shm
punctual.toml.local
state/

# editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# uv (not committed — dev envs resolve from pyproject; revisit if we adopt `uv sync` in CI)
uv.lock
