# Python __pycache__/ *.py[cod] *$py.class *.so *.egg *.egg-info/ dist/ build/ eggs/ parts/ var/ sdist/ develop-eggs/ .installed.cfg lib/ lib64/ # Virtual environments .env .venv env/ venv/ ENV/ # Jupyter Notebooks .ipynb_checkpoints *.ipynb_checkpoints/ # Distribution / packaging *.whl # Unit test / coverage htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Logs *.log agent_traces/ # OS .DS_Store Thumbs.db desktop.ini # IDE .vscode/ .idea/ *.swp *.swo # Large data files CH4_Analytics_Example/kaggle/destinations.csv CH4_Analytics_Example/kaggle/sample_submission.csv # Secrets / API keys *.env secrets.py config_secret.py