Skip to content

Commit e14e17e

Browse files
committed
Adding python-related exclusions
1 parent 9bc97fb commit e14e17e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# They are duplicated in upper case and in some cases mixed case to cover all bases
33
# If you want to make the parsing overall case-insensitive, you can use the following:
44
# git config core.ignorecase false
5-
# Version: 2026-02-18
5+
# Version: 2026-02-27
66
*.gpkg
77
*.GPKG
88
*.bak
@@ -122,6 +122,10 @@ __MACOSX/
122122
Thumbs.db
123123
# Stata-specific temp files
124124
*.stswp
125+
# Python-specific temp files
126+
.ipynb_checkpoints
127+
*.pyc
128+
__pycache__/
125129
# build-specific directories
126130
.rproj*
127131
.Rhistory

0 commit comments

Comments
 (0)