.gitignore 153 B

12345678910111213141516
  1. # Python cache
  2. __pycache__/
  3. *.py[oc]
  4. build/
  5. dist/
  6. wheels/
  7. *.egg-info
  8. *.log
  9. # Environment variables
  10. .env
  11. src/app/config/.env
  12. # cursor
  13. .cursorrules
  14. venv/