Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
69 changes: 50 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,59 @@
# Python
*.pyc
*~
*.swo
*.swp
__pycache__/
*.py[cod]
*$py.class

# Django
db.sqlite3
media
media-images
cache
.idea
*.log
media/
media-images/
cache/
static/CACHE
.sass-cache/
main.css
main.css.map
ref.css
ref.css.map
.coverage
crm/dev_settings\.py
env
.env
docs/build
staticfiles/
celerybeat-schedule
local_settings.py
media
.sass-cache
.env
server.log
.vscode
staticfiles
.venv
dump.rdb

# Virtual Environment
env/
venv/
.venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.coverage
.pytest_cache/
htmlcov/

# Documentation
docs/build/

# Node.js / Frontend
frontend/node_modules/
frontend/.svelte-kit/
frontend/build/
frontend/.env
frontend/.env.local
frontend/package-lock.json
frontend/pnpm-lock.yaml

# Logs
logs/
*.log

# OS
.DS_Store
Thumbs.db
Loading
Loading