Files
dotfiles/.gitignore
Marc Sastre Rienitz a5cfcdb2f3 Added git config files
2020-05-17 20:04:18 +02:00

23 lines
248 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
api_tester_passwords.json
.env*