17 lines
185 B
Plaintext
17 lines
185 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.python-version
|
|
main.py
|
|
|
|
# Emacs
|
|
*.elc
|
|
|
|
# pytest
|
|
.pytest_cache/
|
|
|
|
# melpazoid (local review tool, not part of the package)
|
|
melpazoid/
|
|
_native_deps
|