Files
elicznik/.gitignore
Michał Leśniewski 1576953d15 Add .gitignore
2021-11-24 22:04:11 +01:00

15 lines
138 B
Plaintext

# general things to ignore
build/
dist/
venv/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~
# due to using tox and pytest
.tox
.cache