# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env

# Testing / coverage
.coverage
.pytest_cache/
htmlcov/

# uv
.python-version

# macOS
.DS_Store

# IDE
.idea/
.vscode/
