Files
hotschpotsh/.gitignore
2026-01-14 17:47:58 +01:00

33 lines
291 B
Plaintext

# Node.js
node_modules/
dist/
build/
.env
# Python
venv/
.venv/
env/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
input/
output/
# Distribution / Packaging
build/
dist/
wheels/
*.egg
.eggs/
# System
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/