# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
*.env

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# MyPy
.mypy_cache/

# Node / frontend
frontend/node_modules/
frontend/dist/

# Built frontend (generated by scripts/build.py)
fastapi_admin_panel/static/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.iml

# Hatch / build artifacts
.hatch/
