-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2,270 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,32 @@ | ||
# Ignore build folders | ||
.next | ||
dist | ||
|
||
# Ignore node_modules folder | ||
node_modules | ||
.venv | ||
__pycache__ | ||
*.pyc | ||
|
||
# Ignore virtual environment | ||
api/venv | ||
|
||
# Ignore other unwanted files and folders | ||
*.log | ||
*.cache | ||
*.tmp | ||
*.swp | ||
*.lock | ||
*.bak | ||
*.pyc | ||
*.pyo | ||
__pycache__ | ||
.DS_Store | ||
.next | ||
Thumbs.db | ||
|
||
# Ignore temporary files | ||
tmp/ | ||
temp/ | ||
*.tmp | ||
*.temp | ||
|
||
# Ignore project-specific files | ||
docs/ | ||
*.md |
Oops, something went wrong.