Refine .gitignore to improve clarity on ignored Python artifacts and cache files

main
Lasse Server 4 months ago
parent e2335fa148
commit 94524976dd
  1. 8
      .gitignore

8
.gitignore vendored

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