Spaces:
Sleeping
Sleeping
| __pycache__ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .git | |
| .gitignore | |
| .env | |
| .venv | |
| venv | |
| *.log | |
| logs | |
| .vscode | |
| .idea | |
| .claude | |
| __pycache__ | |
| .pytest_cache | |
| .ruff_cache | |
| .mypy_cache | |
| *.md | |
| !README.md | |
| docs | |
| tmp | |
| temp | |
| .DS_Store | |
| Thumbs.db | |
| *.swp | |
| *.swo | |