# Python virtual environments
.venv/
venv/
env/
__pycache__/
*.py[cod]
*$py.class

# Environment variables
.env

# IDE files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace

# Logs
*.log

# Cached files
.pytest_cache/
.coverage
htmlcov/
.tox/

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