mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
first push
add linebot & search invoices
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# 環境變數(絕對不能上傳)
|
||||
.env
|
||||
|
||||
# 虛擬環境
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Python 快取
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Docker
|
||||
# docker-compose.yml ← 改好後可以上傳,不用擋
|
||||
|
||||
# OS 檔案
|
||||
Reference in New Issue
Block a user