marshmallow-generic/.gitignore

26 lines
279 B
Plaintext
Raw Normal View History

2023-03-09 12:14:37 +01:00
# Python virtual environment:
/.venv*/
/venv*/
/.env*/
/env*/
# IDE settings:
/.idea/
/.vscode/
# Distribution / build files:
*.egg-info/
/dist/
/docs/build/
/site/
# Python cache / compiled files:
__pycache__/
*.py[cod]
# Testing:
/.coverage
# Miscellaneous cache:
.cache/