Skip to content

Commit

Permalink
refactor(pain001): ✨ updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 18, 2024
1 parent d603975 commit f211eb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Byte-compiled / optimized / DLL files
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
Expand Down Expand Up @@ -127,3 +127,8 @@ pain001/bin/pip3.11
pain001/bin/python
pain001/bin/python3
pain001/bin/python3.11
tests/data/empty.csv
tests/data/invalid_data.csv
tests/data/single_column.csv
tests/data/single_row.csv
tests/data/valid_data.csv

0 comments on commit f211eb2

Please sign in to comment.