summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 337a499ba37b786a39a16fca345deb8bfca1cf83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Local data
.publish_history.json
mock_campaign/
.DS_Store