File size: 220 Bytes
8fa0f9d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | __pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.git/
.github/
.pytest_cache/
.mypy_cache/
.ruff_cache/
tests/
examples/
scripts/
.DS_Store
*.log
.cache/
hf_cache/
.vscode/
.idea/
.claude/
.cursor/
.env
.env.*
secrets/
|