Files
factorio-learning-environment/.gitignore
kiankyars 7b0968f42b Cli wrapper (#264)
* 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
2025-07-17 13:44:31 +00:00

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/