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

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
build/
*.egg-info/
.venv/
venv/

# Runtime data
.ctxfw/
*.db
*.pid

# Editor
.vscode/
.idea/
*.swp
.DS_Store
