23 lines
264 B
Plaintext
23 lines
264 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
*.py[cod]
|
|
|
|
# PyCharm project files
|
|
.idea/
|
|
|
|
# Vim / Notepad++ temp files
|
|
*~
|
|
|
|
# Coverage output
|
|
.coverage
|
|
|
|
# Documentation build folders.
|
|
docs/_*
|
|
docs/src/*
|
|
target/*
|
|
/venv/
|
|
/run_pycharm.bat
|
|
/.nox/
|
|
/build/
|
|
/coverage.xml
|
|
/.zip/
|