mirror of
https://github.com/mlesniew/elicznik.git
synced 2025-12-21 13:23:06 +01:00
15 lines
138 B
Plaintext
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
|