# Data & secrets
data/
.env
.env.*
!.env.example
!.env*.example
!.env.sample
!**/.env.sample
.pypirc

# Python
.venv/
venv/
env/
.python-version
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/
.ipynb_checkpoints
*.cover
.hypothesis/
.tox/
.nox/
coverage.xml
htmlcov/
.cache
*.log

# Terraform
.terraform/
*.tfstate
*.tfstate.*
crash.log
crash.*.log
*.tfvars
*.tfvars.json
!example.tfvars
!*.tfvars.example
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc
*.terraform-staging/
.terraform-staging/
*.tfplan
tfplan

# Next.js / Node
node_modules/
.next/
out/
.vercel
*.tsbuildinfo
.turbo

# OS
.DS_Store
Thumbs.db
