# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
build/
dist/
*.egg

# Virtualenvs
.venv/
venv/
env/

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