__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/
node_modules/
*.log
.env
.env.local
.env.*.local
.venv/
venv/
.DS_Store
Thumbs.db
*.tsbuildinfo
.coverage
htmlcov/
coverage.xml
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
*.sqlite3
.terraform/
*.tfstate
*.tfstate.*

# Editor and local tooling
.idea/
# Cursor IDE local project state (do not ignore `.cursor/rules/` if you commit team rules)
.cursor/projects/

# Local config (optional: remove to track bastion.yaml)
# bastion.yaml

