Add .gitignore

This commit is contained in:
2025-12-15 05:53:32 +01:00
parent 7bc330beba
commit d026e5d783
5 changed files with 14 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Virtual environment
.venv/
# Python
__pycache__/
*.pyc
*.log
# IDE
.idea/
# OS
.DS_Store
Thumbs.db

0
30 OpenTextLIsting v5.py Normal file
View File

0
30 OpenTextListing v2.py Normal file
View File

0
30 OpenTextListing v3.py Normal file
View File

0
30 OpenTextListing v4.py Normal file
View File