Files
qr-code-generator/.dockerignore

44 lines
318 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.egg-info/
.eggs/
# Git
.git/
.gitignore
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation
README.md
*.md
# CI/CD
.github/
# Generated files
*.png
*.jpg
*.jpeg
*.svg
temp_*
# Streamlit
.streamlit/secrets.toml