sentinel-scam-honeypo / .dockerignore
avinash-rai's picture
Deployment Ready: Fixed scam detection low confidence, added production audit report, optimized throttles
1838600
raw
history blame
354 Bytes
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.gitignore
.mypy_cache
.pytest_cache
.hypothesis
instance/
docs/_build/
target/
.DS_Store
*.db
*.sqlite3
server_*.log
# Dev/Test artifacts
tests/
run_server_*.py
debug_*.py