# Rust
/target
Cargo.lock

# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
.pytest_cache/

# TypeScript
node_modules/
dist/
*.tsbuildinfo

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
