# Rust
/target/
Cargo.lock

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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
