Files
motorDriverTests/.gitignore
2025-11-03 16:31:18 +01:00

12 lines
249 B
Plaintext
Executable File

# Ignore all .pyc files
*.pyc
__pycache__
# Ignore the EPICS environment variables (this file is recreated by ioc/startioc.py via config.yaml)
config.cmd
# Ignore the Python virtual environment
testenv
# Ignore the IOCshell history
.iocsh_history