This repository has been archived on 2026-01-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
DevDen/.gitignore

25 lines
210 B
Plaintext

# Environment variables
.env
# Python
backend/__pycache__/
backend/**/__pycache__/
backend/**/*.pyc
*.py[cod]
*$py.class
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
.cursor/
# Docker
*.pid