Skip to content

Commit

Permalink
.gitignore improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 7, 2023
1 parent 176b888 commit af9c1c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/axolotl.egg-info
configs
last_run_prepared

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -161,3 +162,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# vim
*.swp

0 comments on commit af9c1c4

Please sign in to comment.