Really-amin's picture
Upload 317 files
650bbdc verified
raw
history blame
373 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Tests
.pytest_cache/
.coverage
htmlcov/
# Git
.git/
.gitignore
# Documentation
*.md
docs/
# Logs
*.log