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.
83 lines
748 B
83 lines
748 B
# Python |
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
*.so |
|
.Python |
|
build/ |
|
develop-eggs/ |
|
dist/ |
|
downloads/ |
|
eggs/ |
|
.eggs/ |
|
lib/ |
|
lib64/ |
|
parts/ |
|
sdist/ |
|
var/ |
|
wheels/ |
|
pip-wheel-metadata/ |
|
share/python-wheels/ |
|
*.egg-info/ |
|
.installed.cfg |
|
*.egg |
|
|
|
# Virtual environments |
|
.env |
|
.venv |
|
env/ |
|
venv/ |
|
ENV/ |
|
env.bak/ |
|
venv.bak/ |
|
|
|
# IDE |
|
.vscode/ |
|
.idea/ |
|
*.swp |
|
*.swo |
|
*~ |
|
|
|
# OS |
|
.DS_Store |
|
.DS_Store? |
|
._* |
|
.Spotlight-V100 |
|
.Trashes |
|
ehthumbs.db |
|
Thumbs.db |
|
|
|
# Docker |
|
.dockerignore |
|
|
|
# Temporary files |
|
*.tmp |
|
*.temp |
|
temp/ |
|
tmp/ |
|
|
|
# Deployment artifacts |
|
deployment-* |
|
*.tar.gz |
|
*.zip |
|
|
|
# Logs |
|
*.log |
|
logs/ |
|
|
|
# Node modules (if any) |
|
node_modules/ |
|
|
|
# Environment variables |
|
.env.local |
|
.env.production |
|
.env.test |
|
|
|
# Backup files |
|
*.bak |
|
*.backup |
|
|
|
# Website specific |
|
website/deployment-* |
|
website/*.tar.gz |
|
website/*.zip |