35 lines
455 B
Plaintext
35 lines
455 B
Plaintext
# User preferance files
|
|
/rsc*/
|
|
/md5/
|
|
/src/cfg*.py
|
|
|
|
# Virtual environment
|
|
/venv*
|
|
/src/__pycache__/
|
|
|
|
# PyCharm IDE folder
|
|
/.idea/
|
|
|
|
# Editor files
|
|
/*~
|
|
/*#
|
|
|
|
# Automation scripts + odds and ends
|
|
/notes.txt
|
|
/compile.sh
|
|
/upload.sh
|
|
/balance_*.csv
|
|
/balance.xlsx
|
|
/DEFAULT.csv
|
|
/generate_random.sh
|
|
/print_1_txt.sh
|
|
/get_weight.sh
|
|
/src/make_master_template.py
|
|
/src/make_master_list.py
|
|
/src/hash_path_exists.py
|
|
/utils/
|
|
/cfg_availible/
|
|
/profile/
|
|
/gnu_header.txt
|
|
/backup*
|