13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
## list of files and file extensions that should be ignored by git
|
|
#pycache files
|
|
*pyc
|
|
|
|
#config files
|
|
*_config.txt
|
|
*_config_*.txt
|
|
|
|
#virtual environment
|
|
env
|
|
|
|
#the usual messy files (ignore anything with "test" in it)
|
|
test*.* |