Initial commit — Elden Ring RL agent
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Python venv contents
|
||||
bin/
|
||||
include/
|
||||
lib/
|
||||
lib64
|
||||
share/
|
||||
pyvenv.cfg
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Trained model artifacts
|
||||
elden_ai_model*
|
||||
*.zip
|
||||
|
||||
# Named pipe for the vision pipeline
|
||||
/tmp/elden_pipe
|
||||
|
||||
# Misc
|
||||
permission_test.txt
|
||||
.claude/
|
||||
Reference in New Issue
Block a user