mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 16:42:28 +00:00
54 lines
637 B
Plaintext
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
|