Revision a4c0f1e58cd98d19ff7ec2af46e3c5f9ef34e3af authored by Paul Koch on 05 December 2020, 01:16:09 UTC, committed by Paul Koch on 05 December 2020, 01:16:09 UTC
1 parent 80c8aa8
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