Files
homeassistant-mcp/.dockerignore
jango-blockchained 08e408d68d test: enhance security module with comprehensive token validation and rate limiting tests
- Expanded TokenManager test suite with advanced token encryption and decryption scenarios
- Added detailed rate limiting tests with IP-based tracking and window-based expiration
- Improved test coverage for token validation, tampering detection, and error handling
- Implemented mock configurations for faster test execution
- Enhanced security test scenarios with unique IP addresses and edge case handling
2025-02-04 04:09:40 +01:00

79 lines
750 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lockb
# Build output
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
*$py.class
*.so
# Environment files
.env
.env.*
!.env.example
venv/
ENV/
env/
# Version control
.git/
.gitignore
.gitattributes
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Test files
coverage/
__tests__/
jest.config.*
*.test.ts
.nyc_output
# Logs
logs/
*.log
# Documentation
*.md
docs/
CHANGELOG
LICENSE
# Docker
docker-compose*.yml
docker-compose*.yaml
Dockerfile*
# Temporary files
tmp/
temp/
.tmp/
*.tmp
# Misc
.cursorrules
.mypy_cache/
.storage/
.cloud/
*.db
*.db-*
.cursor/
.cursor*
.cursorconfig