Gitignore touchups
This commit is contained in:
parent
cec6ab372d
commit
9aa8056859
|
@ -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/
|
Loading…
Reference in New Issue