node_modules/ **/node_modules/ dist/ **/dist/ build/ **/build/ out/ # Environment variables (секреты) .env **/.env .env.local !.env.example !**/.env.example # Editor / IDE .DS_Store Thumbs.db .vscode/ .idea/ *.swp *.swo *~ # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Cache .cache/ .npm/ .turbo/ coverage/ # TypeScript *.tsbuildinfo # Docker volumes (данные БД не должны попадать в репозиторий) postgres_data/ file_uploads/ # Python __pycache__/ *.pyc *.pyo venv/ .venv/ # Trash (см. rules.md §6.11) trash/