Skip to content

Commit

Permalink
Update .gitignore to ignore the 'docs/' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
icarosadero committed Apr 28, 2024
1 parent 8e8c368 commit ec34746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

docs/
cache.csv
log/
calibrate/
Expand Down
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
dash==2.0.0
dash_bootstrap_components==1.0.2
dash_bootstrap_templates==1.0.4
Flask==2.0.2
flask
numpy>=1.21.5
pandas>=1.3.5
plotly>=5.5.0
Expand Down

0 comments on commit ec34746

Please sign in to comment.