text-adventure-agent / .gitignore
nathanael-fijalkow's picture
Initial template
e1da269
raw
history blame contribute delete
163 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Environment
.env
.venv/
venv/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db