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:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
.venv/
|
||||||
|
output/
|
||||||
|
*.log
|
||||||
|
*.pid
|
||||||
|
*.mojo
|
||||||
Reference in New Issue
Block a user