Files
guessit/.dockerignore
2015-12-01 23:25:07 +01:00

15 lines
146 B
Plaintext

__pycache__/
*.py[cod]
**/__pycache__/
**/*.py[cod]
.benchmarks/
.cache/
.eggs/
*.egg-info/
*.egg
.tox/
.coverage
.python-version
doc/
*.log
*.iml