40 lines
358 B
Plaintext
40 lines
358 B
Plaintext
# Dependencies
|
|
|
|
node_modules/
|
|
.venv/
|
|
|
|
# Build output
|
|
|
|
.next/
|
|
**pycache**/
|
|
\*.pyc
|
|
dist/
|
|
build/
|
|
|
|
# Generated files (read-only, should not be edited)
|
|
|
|
cofee_frontend/src/shared/api/**generated**/
|
|
|
|
# Lock files
|
|
|
|
bun.lock
|
|
uv.lock
|
|
|
|
# Environment
|
|
|
|
.env
|
|
.env.\*
|
|
|
|
# IDE & OS
|
|
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Docker volumes
|
|
|
|
postgres_data/
|
|
minio_data/
|
|
redis_data/
|
|
.codex
|