mirror of
https://github.com/zoriya/guessit.git
synced 2025-12-06 06:16:09 +00:00
31 lines
254 B
Plaintext
31 lines
254 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
dist/
|
|
|
|
# Python dist
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
|
|
# Coverage
|
|
.coverage
|
|
|
|
# PyEnv
|
|
.python-version
|
|
|
|
# Tox
|
|
.tox/
|
|
|
|
# py.test
|
|
lastfailed
|
|
.pytest_cache/
|
|
|
|
# Jetbrain
|
|
*.iml
|
|
.idea/
|
|
|
|
# docs
|
|
docs/_build/
|
|
|