Files
aiearthapp/.dockerignore
贺海国 96bcc860fe init proj
2025-12-25 17:28:36 +08:00

39 lines
272 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Docker
Dockerfile
.dockerignore
# Other
*.log
.pytest_cache/
.coverage
htmlcov/