# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
*.whl

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Caches
.cache/
.pytest_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Codey local cache
.codey-cache.db