Skip to content

Commit e3c271a

Browse files
authored
Add debug and temporary files to .gitignore
1 parent bd90f4b commit e3c271a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ coverage/
2525
.idea/
2626
*.log
2727
generated_logs.csv
28+
29+
# Debug & Temporary Files
30+
debug_output.txt
31+
*.debug
32+
debug_*
33+
*_debug.*
34+
tmp/
35+
temp/

0 commit comments

Comments
 (0)