first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
40
rasta_data_manipulation/.gitignore
vendored
Normal file
40
rasta_data_manipulation/.gitignore
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# virtualenv
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
|
||||
*.db
|
||||
year_and_sdk.csv.gz
|
||||
latest_with-added-date.csv.gz
|
||||
figs_drebin/
|
||||
figs_rasta/
|
||||
figs
|
Loading…
Add table
Add a link
Reference in a new issue