Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# =====================
# Build and CMake outputs
# =====================
build/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
cmake_uninstall.cmake
*.cmake
*.log
*.o
*.so
*.a
*.out

# =====================
# Python build artifacts
# =====================
ale_python_interface/
ale_python_interface.egg-info/
__pycache__/
*.pyc
*.pyo

# =====================
# Environment and IDE
# =====================
.env/
.venv/
.vscode/
.DS_Store

# =====================
# Game ROMs (local only)
# =====================
roms/
ROMS/
*.bin

# =====================
# Temporary or generated files
# =====================
*.zip
*.csv

# Ignore compiled paper outputs
paper/*.pdf
Loading