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

# Virtual environments
.venv
venv/
ENV/
env/

# Development environments and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Logs and databases
*.log
*.sqlite3
*.db

# Environment variables
.env
.env.local

# Jupyter Notebooks
.ipynb_checkpoints

# Poetry
poetry.lock
