We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc97fb commit e14e17eCopy full SHA for e14e17e
.gitignore
@@ -2,7 +2,7 @@
2
# They are duplicated in upper case and in some cases mixed case to cover all bases
3
# If you want to make the parsing overall case-insensitive, you can use the following:
4
# git config core.ignorecase false
5
-# Version: 2026-02-18
+# Version: 2026-02-27
6
*.gpkg
7
*.GPKG
8
*.bak
@@ -122,6 +122,10 @@ __MACOSX/
122
Thumbs.db
123
# Stata-specific temp files
124
*.stswp
125
+# Python-specific temp files
126
+.ipynb_checkpoints
127
+*.pyc
128
+__pycache__/
129
# build-specific directories
130
.rproj*
131
.Rhistory
0 commit comments