sentinel-scam-honeypo / .gitignore
avinash-rai's picture
docs: Add requirements documentation and restore requirements.txt
62ca236
raw
history blame
280 Bytes
__pycache__/
*.py[cod]
*$py.class
.env
.venv/
env/
venv/
ENV/
data/
*.sqlite
*.db
.idea/
.vscode/
.DS_Store
# Tests and Logs
*.log
*.txt
!requirements.txt
!README.txt
!GUVI_REQUIREMENTS.txt
# Temp files
.pytest_cache/
reports/
*.pyc
# Keep docs but not temp outputs
!docs/*.md