Files
reader-api/.gitignore
T

14 lines
122 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
dist/
build/
.DS_Store
.env
.env.local
# Local debug/test scripts
test_*.py