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

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

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

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Editor / IDE
.vscode/
.idea/
.vs

# OS files
.DS_Store
Thumbs.db

# Local project tooling
.codex
.v17
