# Documentation
*.md
!README.md
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
# Logs
logs/
*.log
# Environment
.env
.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Build
*.tar.gz
dist/
build/