# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Pytest & Coverage
.cache
.pytest_cache/
.benchmarks/
.coverage
.coverage.*
.pypy_cache/
htmlcov/

# Static types
.mypy_cache/
.pyre_cache/
.typeguard_cache/

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

# OS
.DS_Store
*.dSYM/

.ruff_cache/
# Third party
third_party/