/target
# Rust
/**/target/
# Generated by Cargo when building packages
# (don't ignore Cargo.lock for libraries unless you want to)

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
build/
dist/
*.egg-info/
.eggs/
venv/
.venv/
env/
ENV/
.Python

# Maturin / PyO3
.maturin/
# wheels
*.whl

# C extensions
*.so

# Test/coverage
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Editor and OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*~

# Logs
*.log

# Misc
.cache/
.venv/
