# Personal reference material — NOT part of this project.
# Third-party documents kept locally for the author's reference only.
# Do not remove this entry.
resources/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/

# MkDocs build output
site/

# Node / UI
node_modules/
ui/dist/
.vite/

# Environment & secrets
.env
.env.*
!.env.example
*.pem
*-service-account*.json
.gcloud/

# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.tfvars.example

# Local demo scratch
*.duckdb.wal
.swarmplane/

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
