# Environment
env/
venv/
ENV/
VENV/

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Data and downloads
dl/
downloads/
data/

# SQLite databases
*.db
*.sqlite
*.sqlite3

# IDE and OS
.DS_Store
.vscode/
.idea/
*.swp
*.swo
*~

# Build and distribution
build/
dist/
*.egg-info/
.eggs/
*.egg
*.whl
*.tar.gz
.Python
pip-log.txt
pip-delete-this-directory.txt

# Testing
.pytest_cache/
.coverage
htmlcov/
