# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
*.egg
dist/
build/

# Virtual envs
.venv/
venv/
env/

# Testing / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# StateForge runtime artifacts
*.db
*.db-wal
*.db-shm

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Internal design spec — not part of the public repo
stateforge-spec.md
