Files
school_compare/.dockerignore
Tudor Sitaru 35e62723bb
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m10s
database 3
2026-01-06 19:05:22 +00:00

42 lines
335 B
Plaintext

# Virtual environment
venv/
.venv/
env/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# IDE
.idea/
.vscode/
*.swp
*.swo
.cursor/
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
README.md
*.md
# OS files
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/