mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
25 lines
181 B
Plaintext
25 lines
181 B
Plaintext
syntax: glob
|
|
**/*.pyc
|
|
*.pyc
|
|
*.pyo
|
|
*.swp
|
|
.tmp*
|
|
*~
|
|
*.egg-info
|
|
dist/*
|
|
build/*
|
|
lib/*
|
|
output/*
|
|
*.orig
|
|
*.log
|
|
.settings/*
|
|
storage/*
|
|
.project
|
|
.idea
|
|
.pydevproject
|
|
*.db
|
|
.ropeproject/*
|
|
.mob
|
|
|
|
|