Removed __pycache__

pull/39/head
Zainab2604 2025-05-25 17:45:43 +02:00
parent 97f349ca27
commit 377647db8b
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Node modules (React/JavaScript)
node_modules/
# Build output (React)
dist/
# Python cache
__pycache__/
*.pyc
# Environment files
.env
# Logs
*.log
# Mac/Windows system files
.DS_Store
Thumbs.db