# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.env
.env.*
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# User runtime data & credentials (CRITICAL - NEVER COMMIT)
auth.json
**/auth.json
*.auth.json
*_oauth.json
*.key
*.pem
*.token
*.secret
credentials*
secrets*
router_state.json
router_active_profile.json
agy_profiles/
codex_profiles/
opengo_profiles/
runtime/
cache/

# Logs & Dumps
*.log
logs/
*.dump
*.db
*.sqlite

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# IDE & Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Backup & scratch files
*.bak
*.old
*.disabled
*.agybak
scratch/

# Windows build scratch
*.obj
*.pdb
*.ilk
