# Python
__pycache__/
*.py[cod]

# Virtual environments
.venv/

# Build artifacts
build/
dist/

# Tooling caches
.pytest_cache/
.ruff_cache/

# Editors
.idea/
.vscode/
*.swp
