feat(rubick): rename project and add production release bundle

This commit is contained in:
Muhammad Firas 2026-03-06 03:12:28 +07:00
commit fab6cf26eb
No known key found for this signature in database
33 changed files with 11554 additions and 0 deletions

41
.gitignore vendored Normal file
View file

@ -0,0 +1,41 @@
# Local env
.env
.env.*
!.env.example
.python-version
# OS/editor
.DS_Store
# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Go
.gocache/
/bin/
*.test
*.out
# Local binaries
rubick
msn-scraper
news-scraper
# Generated outputs
dist/
output/
*.db
*.db-shm
*.db-wal
output_*.json
screener_*.json
stocks_*.json
test_*.json
*.har
network_*.txt
response.html