# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment file
.env

# Ignore database files
*.db

# Ignore testing cache
.pytest_cache