.gitignore 163 B

12345678910111213141516
  1. # Python-generated files
  2. __pycache__/
  3. *.py[oc]
  4. build/
  5. dist/
  6. wheels/
  7. *.egg-info
  8. # Virtual environments
  9. .venv
  10. output/
  11. .env
  12. .aider*
  13. .history
  14. src/cli
  15. docs/network_doc