Compare commits

..

No commits in common. "0cdc47d0d241329bf0ede3f670796d4a11d1c41d" and "c90ee6b73fa3869c00e7b6dea068df7a672f0169" have entirely different histories.

View File

@ -1,61 +1,30 @@
# Git
# Git files
.git
.gitignore
# Python
# Virtual environment
.venv
venv/
env/
ENV/
*.env # Ignore local .env files within the backend directory if any
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# IDE
# IDE files
.idea/
.vscode/
*.swp
*.swo
# Logs
logs/
*.log
# Local development
.env
.env.local
.env.*.local
# Docker
Dockerfile*
docker-compose*
.dockerignore
# Tests
tests/
test/
# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.coverage*
# Documentation
docs/
*.md
!README.md
# Other build/temp files
*.egg-info/
dist/
build/
*.db # e.g., sqlite temp dbs