Skip to content

Commit 9187a10

Browse files
author
fer
committed
chore(gitignore): Add profiling artifacts to ignore list
- Added *.stats (cProfile output files) - Added profile_*.txt (profiling logs) - Keeps repository clean from local profiling runs
1 parent 773ed56 commit 9187a10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Thumbs.db
2828
artifacts/
2929
profiles/
3030
*.pstats
31+
*.stats
32+
profile_*.txt
3133

3234
# Security scan results (temporary)
3335
bandit.json

0 commit comments

Comments
 (0)