fix: fix directory structure and test files

This commit is contained in:
2026-05-03 13:02:50 -05:00
parent c2cda3f619
commit 4ee33c5eaf
5 changed files with 30 additions and 8 deletions

21
.gitignore vendored
View File

@@ -1,9 +1,24 @@
# Python bytecode
*.pyc
*.pyo
# Cache
__pycache__/
*.egg-info/
.pytest_cache/
*.map
.coverage
.htmlcov/
# Environment
.env
.venv/
test.py
test.tampy
.env/*
!/.env.example
# Build artifacts
*.map
dist/
build/
# Generated test files
tests/*.py