Files
2026-01-14 21:05:31 +08:00

81 lines
636 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Build artifacts
Dockerfile
*.tar.gz
*.zip
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
# Environment
.env
.env.local
.env.*.local
# Temporary files
tmp/
temp/
*.tmp
*.bak
*.swp
*~.nib
# Docker
*.tar
.venv/