Files
regwatch-backend/.gitignore
T

12 lines
91 B
Plaintext

__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.db
venv/
.env
.venv/
*.egg-info/
dist/
build/