From 9aa805685940373732518044adc9716c8cc14eae Mon Sep 17 00:00:00 2001 From: Holly Date: Mon, 15 Apr 2024 17:35:57 +0000 Subject: [PATCH] Gitignore touchups --- .gitignore | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3353153..4d104ab 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +cython_debug/ \ No newline at end of file