Files
school_compare/.dockerignore
Tudor Sitaru c65eb1a00f initial commit
2026-01-06 13:52:00 +00:00

45 lines
381 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
# Scripts (not needed in container)
scripts/
# Documentation
README.md
*.md
# OS files
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/