# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

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

# Build and packaging artifacts
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

# Local editor and OS files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~

# Local environment files
.env
.env.*
!.env.example

# Temporary and local run outputs
tmp/
temp/
*.tmp
*.log

# Codex/local agent state
.codex
.codex/
