generated from daniil-berg/boilerplate-py
11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
# Python virtual environment:
|
|
/.venv/
|
|
# IDE settings:
|
|
/.idea/
|
|
/.vscode/
|
|
# Distribution / packaging:
|
|
*.egg-info/
|
|
/dist/
|
|
# Python cache:
|
|
__pycache__/
|