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

# Maturin/Rust
target/

# Virtual environments
venv/
env/
.venv/

# IDE
.vscode/
.idea/
*.swp
