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/.gitignore

30 lines
266 B
Plaintext

.env
# Python
__pycache__/
*.py[cod]
*.pyd
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/
venv/
.venv/
env/
ENV/
# IDEs/editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.devcontainer/