# Secrets and environment
.env
.envrc

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
.eggs/
dist/
build/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Runtime state (pidfiles, logs)
var/

# macOS
.DS_Store

# Editors
.vscode/
.idea/
*.swp
