# Build artifacts
build/
dist/
*.egg-info/
*.egg
__pycache__/
*.py[cod]

# Test / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
