# Python
__pycache__/
*.py[cod]
.env

# pandas、numpy などの大きなデータ
*.h5
*.csv

# VS Code
.vscode/

# OS 一般
.DS_Store

# 実際の設定ファイルはコミットしない
configs/config.json

# build outputs
/dist/
/build/
/*.egg-info/

