Added .gitignore

This commit is contained in:
2025-07-23 17:06:30 +02:00
parent 5f6440a08a
commit 932c107e6f

11
.gitignore vendored Normal file
View File

@@ -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