mottery/.gitignore

52 lines
447 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
*.pyc
# Node
node_modules/
dist/
dist-ssr/
*.local
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project specific
*.log
*.json
!package.json
!package-lock.json
# Data files
*_all_data.json
*_clean.json
backend/*_clean.json
# Temporary files
*.tmp
*.temp
*.bak
*.backup
# Logs
logs/
*.log
# Environment files
.env.local
.env.production
.env.development