Files
factorio-learning-environment/.gitignore
kiankyars 9e8842af54 1-line change to .gitignore to detect docker-compose.yml files in entire repo (#263)
* fix path

* absolute url

* pyproject.toml

* merge

* refine

* merge

* sync

* optional

* Remove redundant dependencies and duplicates from pyproject.toml

* Remove optional dependencies already present in main dependencies

* remove

* rm

* Delete mining_drill_debug.log

* reset to main
2025-08-12 15:17:25 +03:00

28 lines
237 B
Plaintext

# Python/venv
.venv/
.env
.fle/
__pycache__/
*.pyc
uv.lock
# IDE/editor
.idea/
.vscode/
.DS_Store
# Build/dist
/dist
# Docker
**/docker-compose.yml
# Misc
trajectory_logs/
**/.claude/settings.local.json
*.mp4
*.jsonl
*.db
#fle
.fle/