# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ .env .venv pip-log.txt pip-delete-this-directory.txt # IDE .idea/ .vscode/ *.swp *.swo # Logs *.log # Distribution / packaging dist/ build/ *.egg-info/ # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # Docker .docker/ # Daten spezexpo.csv # Database *.db data/customers.db data/customers.csv docker-compose.yml /data/*.csv