# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
build/
dist/
pip-wheel-metadata/

# Virtual envs
.venv/
venv/
env/

# uv
uv.lock

# Test / lint caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp
.DS_Store
