LeonardoMdSA's picture
first commit
c5c8f57
raw
history blame contribute delete
198 Bytes
# Python cache & virtualenv
__pycache__/
*.py[cod]
*.so
*.pyd
*.pyo
env/
.venv/
*.egg-info/
*.egg
*.log
.pytest_cache/
# OS & editor files
.DS_Store
.vscode/
.idea/
# Secrets & configs
.env
.env.*