# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

# Database (runtime-generated)
*.db
*.db-wal
*.db-shm

# Secrets (NEVER commit these)
agents.env
.mcp.json
config.yaml

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

# OS
.DS_Store
Thumbs.db

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

# Testing
.pytest_cache/
htmlcov/
.coverage