mirror of
https://github.com/JackHopkins/factorio-learning-environment.git
synced 2025-09-06 21:48:51 +00:00

* gitignore * exclude only fle internals in hatch build * fix: remove unused subparser variables for linter compliance * style: format run.py after linter fix * style: format run.py after CLI unification * commit * remove config * style: format fle/api.py after adding CLI wrappers * style: format run.py after CLI refactor * revert to run.py only * Fix probe.sh: use UDP check and proper exit codes * nice * Update README: CLI-first approach, remove git clone and manual Docker setup * readme concise * Clean up README formatting and restore quickstart section * readme
28 lines
253 B
Plaintext
28 lines
253 B
Plaintext
# Python/venv
|
|
.venv/
|
|
.env
|
|
.fle/
|
|
__pycache__/
|
|
*.pyc
|
|
uv.lock
|
|
|
|
# IDE/editor
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Build/dist
|
|
/dist
|
|
|
|
# Docker
|
|
/fle/cluster/local/docker-compose.yml
|
|
|
|
# Misc
|
|
trajectory_logs/
|
|
**/.claude/settings.local.json
|
|
*.mp4
|
|
*.jsonl
|
|
*.db
|
|
|
|
#fle
|
|
.fle/ |