parent
e2335fa148
commit
94524976dd
1 changed files with 6 additions and 2 deletions
@ -1,5 +1,9 @@ |
||||
# Ignore pycache and other Python artifacts |
||||
# Ignore Python cache directories |
||||
__pycache__/ |
||||
|
||||
# Ignore compiled Python files |
||||
*.pyc |
||||
|
||||
# Ignore other Python artifacts |
||||
*.py[cod] |
||||
*$py.class |
||||
*.pyc |
||||
Loading…
Reference in new issue