Cozette/.gitignore
2023-06-11 05:04:35 +02:00

64 lines
584 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
deps/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
docs/_build/
target/
.python-version
__pypackages__/
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.ropeproject
.mypy_cache/
.dmypy.json
dmypy.json
.idea
*.iml
.DS_Store
.AppleDouble
.LSOverride
._*
*.otb
*.bdf
*.fnt
*.ttf
*.otf
.vim