# Environment
.env

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/

# Packaging
*.egg-info/
*.egg
dist/
build/
.eggs/
sdist/

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Linting
.mypy_cache/
.ruff_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo

# Terraform runtime artifacts
infrastructure/terraform/.terraform/
infrastructure/terraform/terraform.exe
infrastructure/terraform/tfplan
infrastructure/terraform/tfplan*
infrastructure/terraform/*.tfstate
infrastructure/terraform/*.tfstate.backup

# Claude session files
.claude/

# Temp files
temp_*.py
temp_*.json

# SDK (not part of this repo)
sdk/
