study-buddy / .gitignore
GitHub Actions
deploy d092bea3608b7a29952f16357fda39b7a29e399b
2e818da
Raw
History Blame Contribute Delete
107 Bytes
.venv/
__pycache__/
**/__pycache__/
*.pyc
*.pyo
*.egg-info/
.env
*.log
.pytest_cache/
tests/.pytest_cache/