Files
hold-slayer/.gitignore
Robert Helewka dbdb03beb9 chore(config): update speaches config and ignore sveltekit dashboard
- Simplified .env.example to use localhost SPEACHES_URL
- Removed unused prod_url from SpeachesSettings config
- Added dashboard node_modules and build dirs to .gitignore
- Streamlines local development setup
2026-05-16 18:21:07 -04:00

44 lines
383 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
# Virtual environment
.venv/
venv/
env/
# Environment
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# Database
*.db
*.sqlite3
# Recordings
recordings/
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
htmlcov/
.pytest_cache/
# Dashboard (SvelteKit)
dashboard/node_modules/
dashboard/.svelte-kit/
dashboard/build/