# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
*.egg
MANIFEST
build/
dist/
.eggs/
.installed.cfg

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/

# Environments
.venv/
venv/
env/
ENV/

# macOS
.DS_Store
._*

# VS Code
.vscode/

# Project layers (host-only runtime state)
local/
control/

# Database files
*.db
*.db-shm
*.db-wal

# Logs and pids
*.log
*.pid

# Misc
pmf_runtime.json
