mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Dockerization + ai review recomendations.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Python
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.so
|
||||
|
||||
# VCS/CI
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.github
|
||||
|
||||
# Editor
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Python tooling
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.tox
|
||||
dist
|
||||
build
|
||||
*.egg-info
|
||||
|
||||
# Local assets
|
||||
logs
|
||||
music
|
||||
data
|
||||
*.env
|
||||
*.env.*
|
||||
Reference in New Issue
Block a user