# Environment
.env
.venv/
venv/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Build artifacts
build/
dist/
*.egg-info/

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

# IDEs and editors
.DS_Store
.vscode/
.idea/
*.swp
*.swo
*~

# Temporary files
*.log
.cache/

