Files
encoach_frontend_new_v3/.gitignore
devops 9b6a2b7c22 Merge feature/full-backend-v1 into main (initial backend codebase by Yamen)
Resolved merge conflicts in .gitignore and README.md by combining
our CI/CD workflow docs with Yamen's project documentation.

Made-with: Cursor
2026-04-01 18:10:01 +04:00

75 lines
735 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/
*.whl
# Virtual environments & conda
venv/
.venv/
env/
miniconda3/
.conda-envs/
.conda-pkgs/
# PostgreSQL data
pgdata/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment / secrets — never commit
.env
.env.*
!.env.example
*.pem
*.key
# Frontend (pushed separately)
new_project/encoach_frontend_new_v1/
# Large archives / zips
*.zip
*.tar.gz
*.tar.bz2
# Logs
*.log
odoo.log
# Session files
sessions/
# Filestore
filestore/
# Extra / unused addon dirs
addons_enterprise/
addons_extra/
new_project/enterprise-17/
# Node modules
node_modules/
# Coverage / test output
.coverage
htmlcov/
.tox/
# Poetry
poetry.lock