Files
securelens-backend/.gitignore
2026-05-22 21:48:16 +05:30

20 lines
200 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
venv/
.venv/
.env
*.log
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
*.db
# CLI build artifacts
cli/*.egg-info/
cli/**/__pycache__/