# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.whl

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Local-only
*.local
