21 lines
215 B
Plaintext
21 lines
215 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.local
|
|
|
|
# Output (keep the dir, ignore artifacts)
|
|
output/*
|
|
!output/.gitkeep
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|