floodTrafficSolution / .gitignore
ManhHoDinh's picture
up code
eb06a89
raw
history blame contribute delete
163 Bytes
# Virtual envirionment
/myenv
/venv
# Data
/data
video/*
!video/.gitkeep
out_video/*
!out_video/.gitkeep
# Cache
__pycache__/
# Ignore all log
*.log
/flagged