# Python caches
__pycache__/
*.py[cod]
*$py.class

# Build/distribution
build/
dist/
*.egg-info/

# Virtual envs
.venv/
venv/
env/

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

# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/