tracefix_rl / .dockerignore
databoysu
compliance check
fbefaec
Raw
History Blame Contribute Delete
347 Bytes
# 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