integration_test2 / .dockerignore
Abdelrahman Almatrooshi
FocusGuard with L2CS-Net gaze estimation
7b53d75
Raw
History Blame Contribute Delete
425 Bytes
.git
.gitattributes
.github
node_modules
dist
venv
.venv
__pycache__
*.pyc
.pytest_cache
.mypy_cache
.ruff_cache
# Dev/eval files not needed at runtime
notebooks/
evaluation/
tests/
others/
*.ipynb
requirements-dev.txt
pytest.ini
eslint.config.js
docker-compose.yml
# L2CS backup is a full duplicate
models/L2CS-Net/L2CS-Net-backup/
# DB files (created at runtime)
*.db
# Editor / OS junk
.DS_Store
.cursor
.vscode
*.swp