# Python
__pycache__/
*.py[cod]
*$py.class

# Virtual Environments
.venv/
venv/

# PyCharm
.idea/

# Jupyter Notebook
.ipynb_checkpoints

# FastAPI
docs/

# Databases
*.db
*.sqlite

# Cache
.cache
.pytest_cache

# Dist
dist/
build/
*.egg-info/

# Log
*.log

# CSV, DAT files
*.csv
*.dat

# Docker
.DS_Store
*.log

# Terraform
*.tfstate
*.tfstate.*
*.tfvars
.terraform/
crash.log
.terraform.lock.hcl
terraform/*_code_hash.txt
terraform/backend.tf
terraform/remote_backend.tf

# Sqlite
*.db

# pytest-cof
.coverage
