Revision 488a09a493977a513b4d7dd9895aeb1304867bdc authored by Paul Koch on 19 October 2020, 01:56:16 UTC, committed by Paul Koch on 19 October 2020, 02:12:45 UTC
1 parent 0720e77
Raw File
.gitignore
# compile script output directories
/staging/
/tmp/

# Visual Studio
.vs/
enc_temp_folder/
*.user
TestResults/

# Visual Studio Code
.vscode/

# Intellij
.idea/

# Python
*.egg-info/
*.ipynb_checkpoints/
venv/
.pytest_cache/

# General
*.bak
*.tmp
back to top