mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
feat(rubick): rename project and add production release bundle
This commit is contained in:
commit
fab6cf26eb
33 changed files with 11554 additions and 0 deletions
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue