mock.service/.gitignore
2025-08-21 18:08:57 +03:00

111 lines
No EOL
1 KiB
Text

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache
# Next.js
.next
out
# Production build
/build
/dist
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Logs
logs
*.log
# Database
*.db
*.sqlite
*.sqlite3
# Docker
.dockerignore
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Mock service specific
backend/data/
.env.local
.env.development.local
.env.test.local
.env.production.local
frontend/package-lock.json
doc.json
.DS_Store