Skip to content

Commit

Permalink
refactor: merge seal0112-stocker into main
Browse files Browse the repository at this point in the history
  • Loading branch information
WildfootW committed Jan 8, 2024
2 parents 675b66c + c9d630c commit a607db6
Show file tree
Hide file tree
Showing 72 changed files with 4,893 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
config/
.DS_Store
node_modules/
*.csv
*.out
*.err
log/*
critical_file

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -160,3 +167,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

11 changes: 11 additions & 0 deletions services/seal0112-stocker/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.env
venv

.gunicorn.sh

.git
.gitignore

__pycache__
.pytest_cache
log
Loading

0 comments on commit a607db6

Please sign in to comment.