commit 1825bc79ba70b3b9ff55ad98cb2d71a50b119de5 Author: wissotsky Date: Sun Nov 16 00:50:05 2025 +0200 feat: add project configuration and gitignore - Exclude virtual environment, output files, logs, and PID files - Exclude .mojo files from tracking diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d9af46 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.venv/ +output/ +*.log +*.pid +*.mojo