.venv/
# Stray/duplicate virtualenvs (space-named copies, test venvs)
.venv*
.venv *
__pycache__/
*.pyc
dist/
build/

# --- Secrets & local config (NEVER commit) ---
# Real values live only here / in the environment — see .env.example for keys.
.env
.env.*
!.env.example
*.key
*.pem
*.p12
*.pfx
*.enc
secrets.*
*.secret
credentials*.json
service-account*.json
# Private / deployment-specific config that may hold internal endpoints
.navaia/config.json
config.local.*
*.egg-info/
.mypy_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.ruff_cache/
.DS_Store
~/.navaia/

p.enc
recovered_model.zip

# Large model weights — never commit to git (use LFS or external storage)
*.gguf
# Local scratch / generated artifacts
CopyGenCode/
CHANGED_FILES.md
