mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-17 21:25:41 +02:00
Notably, we try to reduce disk usage by standardizind on common base Docker images. We also improve node_modules by reducing duplicate dependencies and install speed.
38 lines
331 B
Plaintext
38 lines
331 B
Plaintext
# Python
|
|
__pycache__
|
|
*.pyc
|
|
**/__pycache__
|
|
**/*.pyc
|
|
venv
|
|
.venv
|
|
|
|
# System-specific files
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Docker
|
|
compose.*
|
|
deploy/env
|
|
|
|
# Docs
|
|
docs
|
|
*.md
|
|
*.log
|
|
|
|
# Development/test cache & configurations
|
|
data
|
|
.cache
|
|
.circleci
|
|
.git
|
|
.vscode
|
|
.iml
|
|
.idea
|
|
db.sqlite3
|
|
.mypy_cache
|
|
.pylint.d
|
|
.pytest_cache
|
|
|
|
# Frontend
|
|
node_modules
|
|
dist
|