.gitignore (103B)
1 # build artefacts 2 gen/ 3 out/ 4 5 log* 6 7 # python artefacts 8 **/__pycache__/ 9 10 # per-user files 11 **/.*.swp 12 tags