__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.venv/
venv/

# Rust
target/
Cargo.lock

# Maturin
.wheels/

# IDEs
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Termux / Android
.termux/

# Env files
.env
.env.*

# Logs
*.log
