13 lines
159 B
Text
13 lines
159 B
Text
# tools, IDEs, build folders
|
|
/.coverage/
|
|
/.eggs/
|
|
/.idea/
|
|
/build/
|
|
/dist/
|
|
/docs/build/
|
|
/*.egg-info/
|
|
settings.json
|
|
|
|
# Django and Python
|
|
*.py[cod]
|
|
.pytest_cache/*
|