mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 19:33:41 +00:00
51 lines
514 B
Text
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
|