# Python bytecode
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/

# Build artifacts
build/
dist/
*.egg-info/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editor / IDE
.vscode/
.idea/
*.swp
