22 lines
231 B
Plaintext
22 lines
231 B
Plaintext
# JetBrains IDE
|
|
/.idea/
|
|
|
|
# Python distribution
|
|
/dist/
|
|
*.egg-info
|
|
/build/
|
|
*.pyc
|
|
|
|
# Tests & coverage
|
|
/htmlcov/
|
|
/.pytest_cache/
|
|
/.coverage
|
|
/.hypothesis
|
|
|
|
# Mac temp files
|
|
.DS_Store
|
|
|
|
# CUSTOM FILES
|
|
# API tester passwords
|
|
.dotfiles.git
|