# Environment variables
.env

# Configuration files with sensitive data
config/api_keys.yaml
config/config.yaml
config/pipeline_config.yaml
config/kaiko_config.py
config.py
!src/db_connector/config.py
src/etl/configs/credentials.json
credenciales.json
API_KEYS.txt

#files
outputs/
*.egg-info/
orderbook_plots/
loan_utility/
to_create/

# OS
.DS_Store
.idea/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Jupyter Notebook
.ipynb_checkpoints

# Airflow
airflow.db
airflow.cfg
logs/
*.log

# AWS
.aws/
aws.config
aws.credentials
