You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
541 B
64 lines
541 B
# Python |
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
*.so |
|
.Python |
|
build/ |
|
develop-eggs/ |
|
dist/ |
|
downloads/ |
|
eggs/ |
|
.eggs/ |
|
lib/ |
|
lib64/ |
|
parts/ |
|
sdist/ |
|
var/ |
|
wheels/ |
|
share/python-wheels/ |
|
*.egg-info/ |
|
.installed.cfg |
|
*.egg |
|
MANIFEST |
|
|
|
# Virtual environments |
|
.env |
|
.venv |
|
env/ |
|
venv/ |
|
ENV/ |
|
env.bak/ |
|
venv.bak/ |
|
|
|
# IDEs |
|
.vscode/ |
|
.idea/ |
|
*.swp |
|
*.swo |
|
*~ |
|
|
|
# OS |
|
.DS_Store |
|
Thumbs.db |
|
|
|
# Logs |
|
logs/ |
|
*.log |
|
|
|
# Database |
|
*.db |
|
*.sqlite3 |
|
|
|
# Configuration files with secrets |
|
config_local.yaml |
|
.env.local |
|
|
|
# Coverage reports |
|
htmlcov/ |
|
.coverage |
|
.pytest_cache/ |
|
|
|
# Temporary files |
|
.tmp/ |
|
temp/
|
|
|