Skip to content

Commit

Permalink
chore: add web data to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 25, 2024
1 parent 89e95d7 commit e90da22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__/
*.py[cod]
*$py.class
.DS_Store
website/data/*

# C extensions
*.so
Expand Down Expand Up @@ -153,4 +154,4 @@ dmypy.json
.pytype/

# Cython debug symbols
cython_debug/
cython_debug/

0 comments on commit e90da22

Please sign in to comment.