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

# Virtual environments
.venv/
venv/

# Cairn runtime data
.cairn/store.db

# Commons seed files — distributed via sethc5/cairn-commons, not this repo
commons_*.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Secrets — never commit
.env
.env.*
!.env.example
