pyfiche/.gitignore
Kumi dbb4aff4e7
Configure server args from env vars and update .gitignore
Server initialization in `fiche_server.py`, `lines_server.py`, and `recup_server.py` has been modified to configure runtime arguments using environment variables, providing flexibility for different deployment environments. This enhances the portability of the code by allowing server configuration without code changes.

Additionally, the `.gitignore` file has been updated to exclude `*.log` files, ensuring that log files do not get committed to version control, thus keeping the repository clean.
2024-01-23 10:20:41 +01:00

7 lines
49 B
Text

data/
*.pyc
__pycache__/
dist/
*.txt
venv/
*.log