Files
gitlab-ci/.gitignore

18 lines
158 B
Plaintext

# Log files
*.log
# Python environments
env/
dev_env/
# ignore junit reports
*.junit.xml
# ignore gitlab-ci artifacts
artifacts/
__pycache__
*.egg-info