mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-27 09:31:47 +00:00
sync
This commit is contained in:
53
python-garth/.gitignore
vendored
Normal file
53
python-garth/.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user