.gitignore 195 B

1234567891011
  1. .env
  2. __pycache__/
  3. *.py[cod]
  4. .pytest_cache/
  5. .ipynb_checkpoints/
  6. memory/
  7. tool-output/
  8. # 根目录规则会忽略 test_*.py;毕业设计需要显式纳入测试文件。
  9. !tests/
  10. !tests/test_*.py