Compare commits

..

2 Commits

Author SHA1 Message Date
root
5005873f10 Add gitignore for Python project 2026-02-01 20:14:36 +00:00
root
f43199d3d6 Add gitignore for Python project 2026-02-01 20:14:02 +00:00
2 changed files with 66 additions and 0 deletions

58
.gitignore vendored Normal file
View File

@ -0,0 +1,58 @@
# Node modules
node_modules/
# Build output
dist/
build/
.public/
.venv/
# PM2 logs & dumps
.pids/
*.pid
*.pid.lock
pm2.log
pids/
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment files
.env
.env.local
.env.development
.env.production
.env.test
# Local environment overrides
*.local
# Vite cache
.vite/
vite.config.ts.timestamp*
# TypeScript cache
*.tsbuildinfo
# IDE folders
.vscode/
.idea/
# OS generated files
.DS_Store
Thumbs.db
# Optional: Ignore uploads or temp files
uploads/
temp/
tmp/
node_modules/
dist/
# Optional: Ignore lock files (if you want fresh installs always)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml

8
requirements.txt Normal file
View File

@ -0,0 +1,8 @@
numpy==2.2.6
packaging==26.0
pandas==2.3.3
psycopg2-binary==2.9.11
python-dateutil==2.9.0.post0
pytz==2025.2
six==1.17.0
tzdata==2025.3