Add files

This commit is contained in:
Kunthawat Greethong
2026-01-12 09:14:10 +07:00
parent fca9af64d5
commit 39ce46877e
18 changed files with 4700 additions and 0 deletions

31
OI EA/oi_scraper/.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environments
venv/
env/
ENV/
# Environment variables
.env
# Output files
*.csv
*.png
*.log
# Session data
cookies.json
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db