feat: add ClassifiedAd domain entity

This commit is contained in:
2026-07-26 07:02:30 -04:00
commit 69ab1233e6
8 changed files with 159 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
env/
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/