# Dependencies
node_modules/
.npm/

# Build outputs
dist/
build/

# IDE files
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log

# Misc
.cache/
.adk/
staging/
deploy_stage/
.firebase/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.venv/
# Terraform
.terraform/
*.tfstate
*.tfstate.*
.terraform.lock.hcl
