marshmallow-generic/.gitignore

26 lines
279 B
Plaintext

# 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/