# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

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

# sar-aws-barnacle
*.json
!src/sar_aws_barnacle/pricing/data/prices.seed.json
*.docx

# Local project/tooling config, not for the public repo
CLAUDE.md
.claude/

# NEVER commit these
.env
*.pem
credentials
.aws/
