# Environment variables
.env
.env.local
.env.*.local

# Logs
logs/
*.log

# Cache and temporary files
cache/
temp/
*.tmp

# Python
__pycache__/
**/__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Internal docs (private)
CONTRIBUTING.md
task_plan.md
progress.md
findings.md
AI_CHANGELOG_GUIDELINES.md

# Tests
tests/
test_api.py

# User Config (Contains API Keys)
config/providers.json
config/usage.jsonl

# GitHub
.github/
