commit d47e0d0c4ecad2e00b36f3dbb64cc6428daa3942 Author: n3storm Date: Sun Sep 21 17:37:41 2025 +0200 ignore export diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..617843b --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv + +export \ No newline at end of file