Create .gitignore

This commit is contained in:
F 2026-01-06 21:41:52 +01:00 committed by GitHub
parent b8f5aed9fa
commit fb1fb844e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
# Runtime data
*.log
.lxmf_html_server/
.lxmf_html_browser/
~/.lxmf_html_server/
~/.lxmf_html_browser/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db