Skip to content

Commit

Permalink
initial project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakariaElbouzkri committed Sep 29, 2024
0 parents commit 785dd07
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
Empty file added .env.example
Empty file.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Django specific
*.log
*.pot
*.pyc
__pycache__/
db.sqlite3
media/
staticfiles/
.env

# Virtual environments
venv/
env/
.idea/
.vscode/

# Node.js specific (for Next.js)
node_modules/
.next/
out/
npm-debug.log
yarn-error.log

# OS generated files
.DS_Store
Thumbs.db

# Pytest cache
.pytest_cache/

# Coverage reports
htmlcov/
.coverage
.coverage.*

# Migrations
**/migrations/*
!**/migrations/__init__.py
Empty file added Makefile
Empty file.
Empty file added README.md
Empty file.
Empty file added docker-compose.yml
Empty file.

0 comments on commit 785dd07

Please sign in to comment.