Added more rules and tests
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,8 +1,11 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Pytest
|
||||
.pytest_cache
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
@ -159,3 +162,6 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Debugging file
|
||||
debug.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user