commit 7a0d397fb1477639726d839eaab5c670e841f697 Author: max Date: Tue Sep 8 23:02:00 2026 +0200 build: initialize git repository and gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88668af --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +env/ +venv/ +.venv/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# Logs and databases +*.log +*.sqlite3 + +# OS / Editor files +.DS_Store +Thumbs.db +.vscode/ +.idea/ +*.swp +*.swo