3
0
Agent-Template/.gitignore
2024-10-30 22:12:51 +01:00

14 lines
159 B
Plaintext

.DS_Store
__pycache__
# data of containers
/data/
!/data/share/example/*.txt
# ignore local venv
/bin/
/lib/
/include/
/pyvenv.cfg
# ignore ums source
/ums/