kea-research/.gitignore
Stanislaw 9282a1ddbe Init
2026-01-17 04:24:45 +01:00

40 lines
No EOL
318 B
Text

# Dependencies
node_modules/
.npm/
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
*.egg
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/
# Build outputs
dist/
build/
*.pyc
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*