# Rust
/target

# Python
dist/
build/
.venv/
__pycache__/
*.pyc
*.egg-info/
.mypy_cache/
.ruff_cache/

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

# General
.DS_Store
.env
*.log
