markdown_operation/.gitignore
2025-03-18 18:04:27 +08:00

31 lines
525 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 不提交环境变量文件
.env
# 忽略 Python 编译文件和缓存
*.pyc
__pycache__/
# 如果使用虚拟环境,也可以忽略这些目录(根据实际情况选择)
venv/
ENV/
env/
# IntelliJ IDEA 项目配置(包括 PyCharm 等基于 IDEA 的 IDE
.idea/
*.iml
*.ipr
*.iws
# Windows 系统生成的文件
Thumbs.db
# macOS 系统生成的文件
.DS_Store
# 日志文件
*.log
logs/
# 可选:忽略 Docker 相关的临时或覆盖配置文件(如果不需要提交)
docker-compose.override.yml