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
|
# ---> Python
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
@ -137,9 +150,3 @@ dmypy.json
|
||||||
|
|
||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
# config file
|
|
||||||
config.py
|
|
||||||
|
|
||||||
# file with pinned thread text
|
|
||||||
pinned_thread.txt
|
|
Loading…
Reference in New Issue