# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
*.whl

# Rust
target/

# Virtual environment
.venv/

# IDE
.idea/
.vscode/
*.swp
