mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-22 00:56:37 +03:00
15 lines
149 B
Plaintext
15 lines
149 B
Plaintext
|
# Docs
|
||
|
docs/
|
||
|
|
||
|
# Python cache files
|
||
|
**/__pycache__/
|
||
|
|
||
|
# Private and public keys
|
||
|
*.key
|
||
|
*.ppk
|
||
|
*.pub
|
||
|
|
||
|
# Hidden apps directories
|
||
|
.github/
|
||
|
.idea/
|
||
|
.gitignore
|