You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
288 B
Plaintext
27 lines
288 B
Plaintext
3 years ago
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
|
||
|
# Distribution / packaging
|
||
|
*.egg-info/
|
||
|
|
||
|
# Unit test / coverage reports
|
||
|
htmlcov/
|
||
|
.coverage
|
||
|
.coverage.*
|
||
|
|
||
|
# Environments
|
||
|
.env
|
||
|
.venv
|
||
|
env/
|
||
|
venv/
|
||
|
|
||
|
# mypy
|
||
|
.mypy_cache/
|
||
|
.dmypy.json
|
||
|
dmypy.json
|
||
|
|
||
|
# User-specific stuff
|
||
|
.idea
|