Add .gitignore, remove pycache

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cah 2026-01-18 08:42:02 -07:00
parent ec1d8942e9
commit b0eace2e46
5 changed files with 27 additions and 0 deletions

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
.venv/
venv/
# OS
.DS_Store
Thumbs.db
# Test artifacts
*.log
.pytest_cache/

Binary file not shown.

Binary file not shown.

Binary file not shown.