mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-08-03 19:50:09 +03:00
Chore: turbocharge gitignore
This commit is contained in:
parent
7c90c1e4c3
commit
3627e384bc
56
.gitignore
vendored
56
.gitignore
vendored
|
@ -63,3 +63,59 @@ cover/
|
||||||
|
|
||||||
# tox
|
# tox
|
||||||
.tox/
|
.tox/
|
||||||
|
|
||||||
|
# misc
|
||||||
|
*.7z
|
||||||
|
*.apk
|
||||||
|
*.backup
|
||||||
|
*.bak
|
||||||
|
*.bk
|
||||||
|
*.bz2
|
||||||
|
*.deb
|
||||||
|
*.doc
|
||||||
|
*.docx
|
||||||
|
*.gz
|
||||||
|
*.gzip
|
||||||
|
*.img
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.jpeg
|
||||||
|
*.jpg
|
||||||
|
*.log
|
||||||
|
*.ods
|
||||||
|
*.part
|
||||||
|
*.pdf
|
||||||
|
*.pkg
|
||||||
|
*.png
|
||||||
|
*.pps
|
||||||
|
*.ppsx
|
||||||
|
*.ppt
|
||||||
|
*.pptx
|
||||||
|
*.ps
|
||||||
|
*.pyc
|
||||||
|
*.rar
|
||||||
|
*.swp
|
||||||
|
*.sys
|
||||||
|
*.tar
|
||||||
|
*.tgz
|
||||||
|
*.tmp
|
||||||
|
*.xls
|
||||||
|
*.xlsx
|
||||||
|
*.xz
|
||||||
|
*.zip
|
||||||
|
**/*venv/
|
||||||
|
.cache
|
||||||
|
.coverage*
|
||||||
|
.idea/
|
||||||
|
.isort.cfg
|
||||||
|
**.directory
|
||||||
|
venv
|
||||||
|
.pytest_cache/
|
||||||
|
.vscode/
|
||||||
|
*.egg-info/
|
||||||
|
.tox/
|
||||||
|
.cargo/
|
||||||
|
.expected
|
||||||
|
.hypothesis/
|
||||||
|
.mypy_cache/
|
||||||
|
**/__pycache__/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user