This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
spadinastan/.gitignore

12 lines
178 B
Text

# Environment variables to inject in taskfiles.
env.yml
# Taskfile binary via bootstrap.sh
bin
**/config.json
# Python artifacts
**pycache**
**/*.pyc
**/.venv/**
**.egg-info**