Files
cross-chain-pmm-lps/.gitignore
2026-02-26 04:40:35 -08:00

25 lines
215 B
Plaintext

# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/
# Environment and secrets
.env
.env.local
*.pem
secrets/
# IDE and OS
.idea/
.vscode/
.DS_Store
*.log
# Build and test
dist/
build/
.coverage
htmlcov/