Gitignore touchups

This commit is contained in:
Holly 2024-04-15 17:35:57 +00:00
parent cec6ab372d
commit 9aa8056859
1 changed files with 14 additions and 7 deletions

21
.gitignore vendored
View File

@ -1,3 +1,16 @@
### SPECIFIC TO THIS PROJECT
# Config file
config.py
# I like to keep multiple configs around for my own purposes, ignore them but not the included sample
config.*.py
!config.sample.py
# File with pinned thread text
pinned_thread.txt
### GENERIC
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
@ -136,10 +149,4 @@ dmypy.json
.pytype/
# Cython debug symbols
cython_debug/
# config file
config.py
# file with pinned thread text
pinned_thread.txt
cython_debug/