# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Packaging / build (not for end users via pip)
build/
dist/
*.egg-info/
*.egg
.eggs/

# Test & coverage
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# IDE / OS
.idea/
.vscode/
.cursor/
*.swp
*~
.DS_Store
Thumbs.db

# Local env and secrets (never commit)
.env
.env.*
!.env.example

# Internal planning / agent (maintainers only — not for public repo)
.kiro/
docs/ROADMAP.md
agent-transcripts/

# Terraform local state and secrets
.terraform/
*.tfstate
*.tfstate.*
.terraform.lock.hcl
*.tfvars
!*.tfvars.example
!**/terraform.tfvars.example

# CDK synth output
examples/cdk/cdk.out/

# Misc local artifacts
*.log
coverage.xml
