Skip to content

Commit

Permalink
.gitignore: added custom config needed for petl
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Feb 8, 2022
1 parent af043b5 commit 722ab62
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,30 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

## Custom section for petl ##

# Python generated files

*.pyc

# Jypyter notebooks tem files

.ipynb_checkpoints/
**/.ipynb_checkpoints/*

# Editor backup files
*~
*.backup

# Petl build generated files
petl/version.py
**/tmp/

# Petl doctest generated files
example*.*

# Ignore this patterns for develepment convenience

sketch*

## end of .gitignore file ##

0 comments on commit 722ab62

Please sign in to comment.