Files
homeassistant-mcp/.gitignore
jango-blockchained d7e5fcf764 Enhance Jest configuration and testing infrastructure
- Updated Jest configuration to support ESM and improve test coverage
- Added comprehensive test files for helpers, index, context, and HASS integration
- Configured coverage reporting and added new test scripts
- Updated Jest resolver to handle module resolution for chalk and related packages
- Introduced new test setup files for mocking and environment configuration
2025-01-30 09:04:07 +01:00

69 lines
727 B
Plaintext

# Dependencies
node_modules
dist
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.cursorrules
# Environment variables
.env
.env.local
.env.development
.env.production
.env.test
venv/
ENV/
env/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Docker
docker-compose.yml
docker-compose.yaml
docker-compose.override.yml
docker-compose.override.yaml
# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Home Assistant
.storage
.cloud
.google.token
home-assistant.log*
home-assistant_v2.db
home-assistant_v2.db-*
.
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lockb
coverage/