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

# Virtual envs
.venv/
venv/
env/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.ruff_cache/

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