hchcsuim's picture
初始提交 - 不包含二進制檔案
6fd5ec9
raw
history blame contribute delete
676 Bytes
# Python 虛擬環境
env/
env_new/
env_old/
venv/
ENV/
.env
.venv
*env*/ # 匹配所有包含 'env' 的資料夾
# Python 快取檔案
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# 分發/打包
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 單元測試/覆蓋率報告
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Jupyter Notebook
.ipynb_checkpoints
# PyCharm, VSCode 等 IDE 設定
.idea/
.vscode/
*.swp
*.swo
# 操作系統相關
.DS_Store
Thumbs.db
# 專案特定
*.log
*.sqlite3
"assets/*.wav"
"assets/*.mp3"
"env/"