20 lines
307 B
Plaintext
20 lines
307 B
Plaintext
## list of files and file extensions that should be ignored by git
|
|
#pycache files
|
|
*pyc
|
|
|
|
# #config files
|
|
# *_config.txt
|
|
imc_Cernox_calibr_config.txt
|
|
|
|
#virtual environment
|
|
env
|
|
.venv
|
|
|
|
#cernox calibration
|
|
calibration_data
|
|
|
|
#test data for Result_window
|
|
test_data
|
|
|
|
#the usual messy files
|
|
test.* |