# Python virtual environments
venv/
.venv/
env/
.env/

# Python cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/

# Development files
.git/
.github/
.gitignore
.idea/
.vscode/

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

# Logs
*.log