# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Docs build output and Cloudflare wrangler cache
docs/_build/
.wrangler/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

node_modules/
*.log
coverage/
.rlsbl-notes-*.tmp
.rlsbl/lock
.rlsbl/releases/in-progress.json
.rlsbl-monorepo/lock
.credentials.json
.*-cache.json
.env
.env.local
*.local-only
