# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.so
*.dylib
*.pyd
.python-version

# Rust
/target/

# Virtual environments
.venv/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
