# --- Rust (Cargo) ---
debug/
target/
**/*.rs.bk
*.pdb
# cargo mutants
**/mutants.out*/
# Maturin / PyO3 build artifacts in-tree
*.so
*.dylib
*.pyd
*.dll

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.egg
*.egg-info/
.eggs/
dist/
build/
wheels/
*.whl
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/
*.cover
.hypothesis/

# Virtual environments
.venv/
venv/
ENV/
env/

# Local tool / env
.env
.env.*
!.env.example

# --- IDE / editor ---
.idea/
*.swp
*~

# --- OS ---
.DS_Store
Thumbs.db

# Ref / vendored copy of docs (optional local mirror; see plan OxyJWT links)
oxyjwt-docs/
