# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
*.whl
.eggs/

# Virtual environments
.venv/
venv/
ENV/

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

# Testing / Coverage
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

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

# Linting
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Terraform state (test fixtures are tracked)
*.tfstate
*.tfstate.backup
!tests/fixtures/*.tfstate

# Environment
.env
.env.local

# Docker
.docker/

# Secrets
*.pem
*.key
