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