chess / .gitignore
rosenthal's picture
gitignore and git lfs
bc7aea7
raw
history blame
No virus
272 Bytes
.ipynb_checkpoints
*.pyc
*.png
*.jpg
*.gif
!example_input.png
# Ignore chessboard input images and tile outputs
chessboards/
tiles/
# Ignore reddit username/password config file
auth_config.py
praw.ini
# Ignore tracking files
*.txt
!requirements.txt
!readme_images/*