wx-agent/.gitignore
2026-07-02 10:29:14 +08:00

34 lines
285 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/
ENV/
*.swp
*.bak*
*.before_rollback_*
*.tmp
*.log
config.py
config.txt
data/*.db
data/*.db-*
data/*.sqlite
data/*.sqlite-*
created_pdf/
created_word/
image_output/
workflows/=*
.pytest_cache/
.mypy_cache/
.ruff_cache/