mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
33 lines
308 B
Plaintext
33 lines
308 B
Plaintext
# Node.js
|
|
node_modules
|
|
npm-debug.log
|
|
.env
|
|
.idea
|
|
.vscode
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ipynb_checkpoints
|
|
.venv
|
|
venv/
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Common
|
|
# Exclude editor and OS files, as well as test results
|
|
dist
|
|
dist-electron
|
|
build
|
|
coverage
|
|
test_results/
|
|
out
|
|
|
|
data |