11 lines
121 B
Text
11 lines
121 B
Text
|
# tools, IDEs, build folders
|
||
|
/.coverage/
|
||
|
/.idea/
|
||
|
/build/
|
||
|
/dist/
|
||
|
/docs/build/
|
||
|
/*.egg-info/
|
||
|
|
||
|
# Django and Python
|
||
|
*.py[cod]
|