Revision 6a52cb49203bd994e88785423e51cb24f0820de0 authored by Paul Koch on 11 August 2023, 12:32:43 UTC, committed by Paul Koch on 11 August 2023, 13:38:32 UTC
1 parent 96561cd
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/
env/
.pytest_cache/
__pycache__

# General
*.bak
*.tmp
dist/
back to top