Add .gitignore for Python artifacts

This commit is contained in:
Ezra
2026-04-02 19:47:15 +00:00
parent 1b3bca9902
commit 19fae5a6e5

16
archon-poc/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.env
.venv
venv/