Files
AnonBot/.dockerignore

74 lines
598 B
Plaintext

# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Project specific
.env
*.db
*.sqlite
*.sqlite3
logs/
*.log
# Documentation
README.md
*.md
docs/
# Examples
examples/
# Tests
tests/
test_*.py
*_test.py
# Temporary files
*.tmp
*.temp