Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
extend gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 30, 2019
1 parent 978511d commit cd91e6e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,40 @@ venv.bak/

# mypy
.mypy_cache/

#############
## Custom
#############

# API
client_secrets*.json
!tests/fixtures/client_secrets*.json
secret.ini
*env*
!.env.example

# samples
isogeo_pysdk/samples/_output/*
isogeo_pysdk/samples/*.json
isogeo_pysdk/samples/*.xml

# virtual environments
*venv*
virtenv*/
virtualenv/
*.pypirc

# tests
junit/*
.pytest_cache/

# logs
*.log.*

# PTVS
*.ptvs
*.vs

*_wip*
*.xlsx

0 comments on commit cd91e6e

Please sign in to comment.