# Internal design documents
DESIGN.md
DECISION-LOG.md
Loops.md

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

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

# Environment / secrets
.env.*
*.env
*.key
*.pem
*.p12
*.pfx
secrets.*

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# editors / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~
Thumbs.db
