kangdarobotdog/.gitignore

35 lines
228 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/
ENV/
.env
.env.*
.idea/
.vscode/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
build/
dist/
*.egg-info/
.eggs/
logs/
tmp/
*.log
*.pid