Removed __pycache__
parent
97f349ca27
commit
377647db8b
|
|
@ -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
|
||||||
Binary file not shown.
Loading…
Reference in New Issue