mirror of
https://github.com/mlesniew/elicznik.git
synced 2025-12-21 11:35:00 +01:00
Add .gitignore
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# general things to ignore
|
||||
build/
|
||||
dist/
|
||||
venv/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
*.py[cod]
|
||||
__pycache__/
|
||||
*.so
|
||||
*~
|
||||
|
||||
# due to using tox and pytest
|
||||
.tox
|
||||
.cache
|
||||
Reference in New Issue
Block a user