The provided list appears to be a series of files and directories that were once part of a Node.js project, possibly related to a web application or API. Here's a brief overview:

This commit is contained in:
2025-06-20 06:58:09 +02:00
parent aa5dacbdd0
commit 3178003a00
37 changed files with 323 additions and 17 deletions

76
backend/.gitignore vendored Normal file
View File

@ -0,0 +1,76 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Logs
logs/
*.log
# Database
*.db
*.db-wal
*.db-shm
database/
# Instance/Session files
instance/
*.pkl
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Node
node_modules/
# Environment variables
.env
.env.local
# SSL certificates
*.pem
*.key
*.crt
# Uploads
uploads/
# Backup files
backup/
*.bak
# Test files
.pytest_cache/
.coverage
htmlcov/
# Startup test logs
startup_test*.log