mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
33 lines
250 B
Plaintext
33 lines
250 B
Plaintext
# 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.*
|