Spaces:
Sleeping
Sleeping
| # Local dev / VCS | |
| .git | |
| .gitignore | |
| .hfignore | |
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| .venv/ | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| CLAUDE.md | |
| *.egg-info/ | |
| # Node / tooling | |
| node_modules/ | |
| # Secrets / local config | |
| .env | |
| .env.* | |
| # Outputs | |
| outputs/ | |
| *.log | |
| .agent/ | |
| .agents/ | |
| .github/ | |
| CLAUDE.md | |
| package.json | |
| package-lock.json | |
| openenv_tracefix_rl.egg-info/ | |
| test_redirect.py |