# Build artifacts
build/
dist/
wheels/
*.egg-info/
*.egg
# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Environment variables
.env
.env.local
# Node-generated files (if any)
node_modules/
# Logs
*.log