Files
padelnomics/padelnomics/.gitignore
Deeman 72077fdd46 migrate from Pico CSS to Tailwind CSS v4
Replace Pico CSS CDN with Tailwind v4 standalone CLI (no Node.js).
Brand theme with navy/electric/accent palette, component classes,
self-hosted Commit Mono font. Docker multi-stage CSS build.
Logo links to dashboard when logged in.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 14:45:32 +01:00

43 lines
356 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.uv/
# Environment
.env
.env.local
# Database
*.db
*.db-shm
*.db-wal
data/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
# Build
dist/
build/
*.egg-info/
# Tailwind CSS
bin/tailwindcss
src/padelnomics/static/css/output.css