Spaces:
Sleeping
Sleeping
| # Secrets — never bake into image | |
| .env | |
| .env.* | |
| !.env.example | |
| # Git / IDE | |
| .git | |
| .gitignore | |
| .cursor | |
| # Python noise | |
| __pycache__ | |
| *.py[cod] | |
| *$py.class | |
| .pytest_cache | |
| .mypy_cache | |
| .ruff_cache | |
| .venv | |
| venv | |
| *.egg-info | |
| # Local / OS | |
| Thumbs.db | |
| .DS_Store | |