22 lines
194 B
Plaintext
22 lines
194 B
Plaintext
# Environment & secrets
|
|
.env
|
|
*.env.local
|
|
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
inspiration/
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|