# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version
.envrc
.direnv/

# Editors / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
*.orig

# Local artifacts
*.log
/tmp/
.scratch/
.cache/
.hypothesis/

# User-specific overrides committed by accident
codex-switch.local.*

# Secrets / local auth snapshots
.env
.env.*
auth.json
*.pem
*.p12
*.key

# Local Codex data copies accidentally brought into the repo
.codex/
.codex-accounts/

# Local databases and log exports used during debugging
*.db
*.sqlite
*.sqlite3
*.jsonl
