feat: add project configuration and gitignore

- Exclude virtual environment, output files, logs, and PID files
- Exclude .mojo files from tracking
This commit is contained in:
2025-11-16 00:50:05 +02:00
committed by ro
commit 1825bc79ba

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.venv/
output/
*.log
*.pid
*.mojo