# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
!frontend/src/lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Distribution
*.manifest
*.spec

# Logs
*.log

# Local development
.env
.env.local
*.local

# OS
.DS_Store
Thumbs.db

# Terraform
infrastructure/terraform/.terraform/
infrastructure/terraform/*.tfstate
infrastructure/terraform/*.tfstate.*
infrastructure/terraform/*.tfplan
infrastructure/terraform/.terraform.lock.hcl
infrastructure/terraform/modules/*/lambda_placeholder.zip

# Terraform sensitive files - NEVER commit these
*.auto.tfvars
*secrets*.tfvars
*credentials*.tfvars
terraform.tfvars

# Keep environment configs (they use AWS Secrets Manager for sensitive data)
# infrastructure/terraform/environments/*.tfvars  <- These are OK to commit

# Lambda deployment packages
infrastructure/lambda/*.zip
*.lambda.zip

# Local databases
*.db

# Project-specific exclusions
CLAUDE.md
PLAN.md
.claude/
docs/demo-talking-points.md
*.jnl
.serena/
coverage.xml
