Files
llinescan/.gitignore
wissotsky 1825bc79ba feat: add project configuration and gitignore
- Exclude virtual environment, output files, logs, and PID files
- Exclude .mojo files from tracking
2025-11-16 00:55:38 +02:00

6 lines
34 B
Plaintext

.venv/
output/
*.log
*.pid
*.mojo