This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LiveCartaMeta/.dockerignore

52 lines
463 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
*.pyl
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.coverage
coverage.xml
htmlcov/
.cache/
# Virtual environments
.venv/
venv/
env/
ENV/
# Build/artifacts
dist/
build/
*.egg-info/
.eggs/
# Logs
*.log
# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.code-workspace
.devcontainer/
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Docker
Dockerfile
.dockerignore