# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual Environments
.venv/
venv/
ENV/
env/

.ruff_cache/

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/

# Logs and databases
*.log
*.sqlite3

# Distribution / packaging
dist/
build/
*.egg-info/

# OS generated files
.DS_Store
Thumbs.db
