2025-02-23 02:25:23 -08:00

57 lines
591 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Virtual environments
venv/
env/
.env/
.venv/
# IDE/OS specific files
.idea/
.vscode/
*.code-workspace
*.workspace
*.bak
*.swp
*.swo
.DS_Store
# Local development settings
*.env
.env
.config/
config*.yaml
!config.yaml.example
# Logs
*.log
logs/
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
coverage.xml
*.cover
.pytest_cache/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version