generated from daniil-berg/boilerplate-py
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
# Python virtual environment:
|
|
/.venv/
|
|
# IDE settings:
|
|
/.idea/
|
|
/.vscode/
|
|
# Distribution / build files:
|
|
*.egg-info/
|
|
/dist/
|
|
/docs/build/
|
|
# Python cache:
|
|
__pycache__/
|
|
# Testing:
|
|
.coverage
|