mirror of
https://github.com/gabrielkheisa/gemini-resume-checker.git
synced 2025-02-23 01:14:12 +07:00
51 lines
568 B
Plaintext
51 lines
568 B
Plaintext
app-dev.py
|
|
check_pip_modules_version.py
|
|
|
|
# Byte-compiled / cached files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environment
|
|
venv/
|
|
env/
|
|
*.egg-info/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Logs and databases
|
|
*.log
|
|
*.sqlite3
|
|
*.db
|
|
|
|
# Jupyter Notebook checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
# Pytest and coverage reports
|
|
.coverage
|
|
.tox/
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
|
|
# MyPy and type checking
|
|
.mypy_cache/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Docker and deployment
|
|
*.dockerfile
|
|
.env
|
|
|