Files
go-garth/garth/.gitignore
2025-09-07 06:38:39 -07:00

54 lines
637 B
Plaintext

# Virtual environments
env/
env3*/
venv/
.venv/
.envrc
.env
__pypackages__/
# IDEs and editors
.idea/
# Package distribution and build files
*.egg-info/
dist/
/build/
_build/
# Python bytecode and cache files
*.py[cod]
.cache/
/.ghtopdep_cache/
.hypothesis
.mypy_cache/
.pytest_cache/
/.ruff_cache/
# Benchmark and test files
/benchmarks/*.json
/htmlcov/
/codecov.sh
/coverage.lcov
.coverage
test.py
/coverage/
# Documentation files
/docs/changelog.md
/site/
/site.zip
# Other files and folders
.python-version
.DS_Store
.auto-format
/sandbox/
/worktrees/
.pdm-python
tmp/
.pdm.toml
# exclude saved oauth tokens
oauth*_token.json