19 lines
168 B
Plaintext
19 lines
168 B
Plaintext
# Secrets
|
|
.env
|
|
.env.*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Video analysis frames (intermediate)
|
|
.tmp_video_frames/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|