refactor: move in static
This commit is contained in:
parent
6fb97ac894
commit
fb12eb5591
4 changed files with 2532 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -3,4 +3,10 @@ stock/**/*
|
||||||
__pycache__/**/*
|
__pycache__/**/*
|
||||||
dist/**/*
|
dist/**/*
|
||||||
stock.db
|
stock.db
|
||||||
krx.csv
|
|
||||||
|
# dotenv environment variable files
|
||||||
|
.env
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
.env.local
|
||||||
|
|
2525
static/krx.csv
Normal file
2525
static/krx.csv
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue