Skip to content

Commit 44b20ec

Browse files
author
miranov25
committed
Add .gitignore for RDataFrameDSL
1 parent 2edffe2 commit 44b20ec

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

  • UTILS/dfextensions/RDataFrameDSL/RDataFrameDSL
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
__pycache__/
2+
*.py[cod]
3+
*$py.class
4+
*.so
5+
.Python
6+
build/
7+
dist/
8+
*.egg-info/
9+
.pytest_cache/
10+
.coverage
11+
htmlcov/
12+
.idea/
13+
.vscode/
14+
*.swp
15+
*.swo

0 commit comments

Comments
 (0)