diff --git a/.gitignore b/.gitignore index f8f0368..ba31694 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,42 @@ -/app/.gitignore \ No newline at end of file +# Project specific +prompts/ +!prompts/.gitkeep +configs/ +!configs/promptforge.yaml +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +.env +.env.local +config.yaml +.history/ +*.log +.pytest_cache/ +.coverage +htmlcov/ +.venv/ +venv/ +ENV/ +.idea/ +.vscode/ +*.swp +*.swo +*~ +.DS_Store