config.toml added to gitignore

This commit is contained in:
onyx-and-iris 2022-10-06 20:29:38 +01:00
parent e0f4aab257
commit 5ceb8f775a

9
.gitignore vendored
View File

@ -1,6 +1,3 @@
# quick test
quick.py
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@ -153,3 +150,9 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# quick test
quick.py
#config
config.toml