# Environment
env/
venv/
ENV/
VENV/
.venv/

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

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

# Testing / typing / linting
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/

# Data and downloads
dl/
downloads/

# Databases
*.db
*.sqlite
*.sqlite3

# Secrets / local config
.env
*.local

# App runtime data
.system-tools/
*.jsonl

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