handy_assistant/.gitignore

8 lines
112 B
Plaintext

.env
# 忽略所有 __pycache__ 文件夹
__pycache__/
# 忽略 Python 编译缓存文件
*.py[cod]
*$py.class