Fix: Cleanup \n 1. Remove PostgreSQL \n 2. Remove comments from Python \n 3. Remove non-demo ERP Python code \n 4. Remove deprecated Python code

This commit is contained in:
2025-03-21 13:33:29 +00:00
parent 2ddfd8e10f
commit a6cbf9a7b7
220 changed files with 151 additions and 34140 deletions

7
.gitignore vendored
View File

@@ -11,6 +11,7 @@ __pycache__/
# Ignore logs and databases
*.log
*.log.*
# Ignore logs and databases
# *.sql
@@ -58,13 +59,13 @@ TODO.md
tmp/
# Ignore all .txt files in the doc/ directory
doc/*.txt
static/docs/*.txt
# But don't ignore doc/important.txt, even though we're ignoring .txt files above
!doc/important.txt
!static/docs/important.txt
# Ignore all .pdf files in the doc/ directory and any of its subdirectories
doc/**/*.pdf
static/docs/**/*.pdf
# Ignore deprecated files
DEPRECATED/