modified: .gitignore

modified:   app.py
	new file:   command_storage/.gitignore
This commit is contained in:
SimolZimol
2026-01-07 04:24:59 +01:00
parent 6d38651305
commit 404b2ac77f
3 changed files with 42 additions and 24 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class
# Command storage (temporary files)
command_storage/*.json
# Virtual environments
.venv/
venv/