10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
# Ignore virtual environment directory
|
|
mpq/.venv/
|
|
|
|
# Ignore Python cache directory
|
|
mpq/__pycache__/
|
|
|
|
# Ignore generated image file
|
|
mpq/pareto_space.png
|
|
|