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

# virtual env
.venv/
venv/

# testing/linting
.coverage
.pytest_cache/
.ruff_cache/
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# uv
uv.lock
