# Node artifact files
node_modules/
node_libs/
dist/

*.mo

# Compiled Java class files
*.class

# Compiled Python bytecode
*.py[cod]

# Log files
*.log

# Package files
*.jar

# Maven
target/

# JetBrains IDE
.idea/
venv/

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Applications
*.app
*.exe
*.war

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
/docs/build/
/docs/_buildhtml/
/docs/.doctrees/
/docs/.vitepress/
/.tox/
/django_project_base.egg-info/
example/db.sqlite3
example/setup/env.py

# Local configuration
.env.local

# Make sure to add .vitepress/dist and .vitepress/cache to your .gitignore file.
.vitepress/dist
.vitepress/cache

# vitest coverage
coverage/
