summaryrefslogtreecommitdiffstats
path: root/contacts_validation/.gitignore
blob: 681d77413e512ffa9ffc8464d51ecadb0d846541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# safely ignore these filetypes/extensions
*.pyo
*.pyc
*.log
*.swp
*.whl

# safely ignore tmp dirs
tmp
build

# ignore setuptools distribution folder
dist

# ignore python egg metadata
*.egg-info