Files
git-flow/.gitignore
T

14 lines
158 B
Plaintext

# Bitbucket token
.repository-token
# Virtual environment
venv/
# Build folders and artifacts
dist/
build/
**/__pycache__/
**/*.egg-info/
# MacOS
.DS_Store