craft-software/Legacy/Instrument_Drivers/.gitignore
2025-07-04 15:52:40 +02:00

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*.*