# Byte-code files
*.pyc
__pycache__

# Virtual environment
venv/
.venv/

# Editor/IDE files
.vscode/
.idea/

# Operating system files
.DS_Store
.terraform/
Thumbs.db

# Test coverage output
.coverage

# Build artifacts and distributions
dist/
build/
*.egg-info/

# Logs and runtime data
*.log
tmp/
.cache/

# Git history and configuration (if not building from a fresh clone)
.git/
.gitignore

# Environment variables and secrets (sensitive data)
.env
.flaskenv
secrets.toml
