Files
TieMeasureFlow/.dockerignore
T
Adriano c9d9c0f9dd feat: V1.0.1 - Setup page, Docker, README
Add password-protected setup page (/api/setup) for DB initialization,
admin creation, and demo data seeding. Dockerize the full stack with
server, client, nginx reverse proxy, and MySQL services. Add project
README with architecture overview, quick start, and VPS deployment guide.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 18:00:29 +01:00

16 lines
129 B
Plaintext

__pycache__
*.pyc
*.pyo
.pytest_cache
.git
.gitignore
.env
*.md
node_modules
.venv
venv
*.egg-info
.coverage
htmlcov
.mypy_cache