Lägg till .gitignore

This commit is contained in:
jwradhe 2025-12-16 20:05:05 +01:00
parent 93c6b44e93
commit c56b67823d

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.env/
# Pytest
.pytest_cache/
# SQLite
*.db
# OS
.DS_Store