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

# Virtual environments
.venv/
venv/
env/

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

# Environment / secrets — never commit credentials
.env
.env.*
*.pem
*.key

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# releasesmith local outputs (example file is tracked)
CHANGELOG.html
report.html
MASTER_PROMPT.md
