mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-02-06 14:00:33 +03:00
1. Moved testing from TravisCI to GitHub Actions 2. Added linter and fixed most style errors 3. Added development section to README 4. Added docker testing environment
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 |