Add .gitignore to exclude Python artifacts and cache files

main
Lasse Server 4 months ago
parent 0c6c9645d2
commit e2335fa148
  1. 5
      .gitignore

5
.gitignore vendored

@ -0,0 +1,5 @@
# Ignore pycache and other Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.pyc
Loading…
Cancel
Save