# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/

# Build artifacts
dist/
build/

# Virtual envs
.venv/
venv/

# Test/IDE caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp
