# Python
__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
dist/
build/
.ruff_cache/
.pytest_cache/

# Node
node_modules/

# Environment / Secrets — NEVER commit these
.env
.env.local
.env.production
!.env.example
*.pem
*.key
*.p12

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

# OS
.DS_Store
Thumbs.db

# Local config (may contain API keys)
.agentsid/

# Logs
*.log
