# Secrets — never commit
.env
.env.local
*.pem
*.key

# Python / uv
__pycache__/
*.py[co]
.venv/
*.egg-info/
.pytest_cache/

# Build artifacts
/dist/
/build/

# Generated data — NOT published (datasets/models live on Hugging Face; see README)
data/

# Editor / OS
.DS_Store
*~
.vscode/
.idea/
*.swp

# WSL metadata
*Zone.Identifier*

# Runtime artifacts
*.lock.tmp
/tmp/id_ed25519_runpod
