Every time I push this repository I feel like it imports too many objects:
mike@mike-thinks:~/Programing/Rasa/myflaskapp$ git push heroku master
Counting objects: 31708, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (23964/23964), ...
It has 31708 elements when I think I wrote at least a fortnight. However, I had a taste with everything that was not necessary:
Here is the .gitignore
:
# Environment
MyFlaskAppEnv/*
MyFlaskAppEnv/
# Under Construction
run_app.py
run_rasa_server.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
Is it necessary? It's not very practical!