From 932c107e6f1fd3ca8118d18195e530b45ffdf501 Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 23 Jul 2025 17:06:30 +0200 Subject: [PATCH] Added .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa5c7ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignore all .pyc files +*.pyc + +# Ignore the EPICS environment variables (this file is recreated by ioc/startioc.py via config.yaml) +ioc/config.cmd + +# Ignore the Python virtual environment +testenv + +# Ignore the IOCshell history +ioc/.iocsh_history \ No newline at end of file