dak.c2s/.gitignore
CCS Admin 661f1ce552 feat: add avatar upload/delete endpoints with static file serving
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 09:39:21 +00:00

51 lines
514 B
Text

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
*.whl
# Virtual environments
venv/
.venv/
env/
# Environment files
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
backend/alembic/versions/*.pyc
# Node / Frontend
node_modules/
dist/
.next/
.nuxt/
# Data files (reference Excel/CSV)
data/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Uploaded avatars (keep directory structure only)
backend/uploads/avatars/*
!backend/uploads/avatars/.gitkeep