Skip to content

Commit

Permalink
> add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Selefth committed Apr 27, 2024
1 parent 9110db2 commit ba066a4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# System and Editor files
.DS_Store
.vscode/

# Python cache and bytecode files
__pycache__/
*.py[cod]

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Specific project directories
ml-1m/*
!ml-1m/*/

lastfm-1k/*
!lastfm-1k/*/

coco/*
!coco/*/

goodreads/*
!goodreads/*/
!goodreads/goodreads_processing.py

temp/

0 comments on commit ba066a4

Please sign in to comment.