# Rust
target/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.pytest_cache/
.mypy_cache/
*.egg-info/
dist/
build/

# Virtual environments
venv/
.venv/
env/

# IDE (but keep .cargo/ for config)
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
