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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.hypothesis/
.coverage*
htmlcov/
.tox/

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

# OS
.DS_Store
Thumbs.db

# Rust
target/
rust/**/target/

# Secrets
.env
.env.*
!.env.example
*.key
*.pem
*.p12
*.pfx

# Local docs scratch files (keep repo docs focused)
docs/SAAS_ARCHITECTURE.md
docs/IMPLEMENTATION_SUMMARY.md

!.env.staging.example
