# do NOT track Python compilation files
*.py[cod]
__python__/
*.pyc
__pycache__/

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# VENV
env/
venv/
.env
venv/*
.venv/

data/
data/organized_data/
data/temporary_data/

captcha.jpg/

shared_data

src__
report.html

logs/

captcha.jpg

.coverage

.env.development
.env.production
.env.staging
.env.local


downloads/

cert.pem
key.pem

logs.db

database/
tests/fixtures
tests/generated