# Python
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/

# Rust and maturin
target/
*.dll
*.dylib
*.so
dist/
site/
build/
*.egg-info/

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db

# Local configuration
.env
.env.*
!.env.example
