working on cleaning up the project
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# environment directory
|
||||||
|
.venv/
|
||||||
|
.pydevproject
|
||||||
|
env/
|
||||||
|
/.project
|
||||||
|
/logs
|
||||||
|
/media
|
||||||
|
/static
|
||||||
|
__pycache__
|
||||||
|
/*/migrations
|
||||||
|
*.code-workspace
|
||||||
|
.env/
|
||||||
|
.vscode/
|
||||||
|
memory-bank/
|
||||||
|
.cursor/rules/
|
||||||
|
run/celery/
|
||||||
Reference in New Issue
Block a user