chore: gitignore data/, .claude/, WAL sidecar files; add cssselect dep
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
08abb341f2
commit
2e640b86d0
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
# cust
|
# cust
|
||||||
./*.csv
|
./*.csv
|
||||||
|
.claude/
|
||||||
|
data/
|
||||||
|
|
||||||
# Allow test fixture data
|
# Allow test fixture data
|
||||||
!tests/fixtures/data/
|
!tests/fixtures/data/
|
||||||
@ -23,6 +25,8 @@ instance/
|
|||||||
# SQLite database files
|
# SQLite database files
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
*.db
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
|
||||||
# Migrations
|
# Migrations
|
||||||
migrations/
|
migrations/
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
requests>=2.31.0
|
requests>=2.31.0
|
||||||
lxml>=5.0.0
|
lxml>=5.0.0
|
||||||
|
cssselect>=1.2.0
|
||||||
yfinance>=0.2.0
|
yfinance>=0.2.0
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
alpaca-trade-api>=3.0.0
|
alpaca-trade-api>=3.0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user