Skip to content

Commit

Permalink
chore: update .gitignore to exclude poetry.lock and video directories…
Browse files Browse the repository at this point in the history
… to prevent unnecessary files from being tracked

feat: add core module files for video processing and uploading functionalities to support new features in the application
  • Loading branch information
domabyte committed Feb 20, 2025
1 parent b54c27a commit c518b20
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__pycache__
*.pyc
.venv
poetry.lock
poetry.lock
data/downloaded_videos/*
data/processed_videos/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.

0 comments on commit c518b20

Please sign in to comment.