Files
birdcam/.gitignore
2026-03-16 16:26:23 -07:00

13 lines
125 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.env
.venv/
venv/
.pytest_cache/
.mypy_cache/
coverage.xml
.coverage
htmlcov/