15 lines
128 B
Plaintext
15 lines
128 B
Plaintext
# Python virtual environment
|
|
venv/
|
|
.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Environment/secrets
|
|
.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|