# Python
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/
env/
.env/
.env
.env.*
!.env.example

# Package builds
build/
dist/
*.egg-info/
.eggs/

# Tests and code quality
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.ruff_cache/
.mypy_cache/

# Editors and operating systems
.vscode/
.idea/
.DS_Store

# MAGGPY outputs
Output_files/
gwpop/
job_configs/
Testing*/
testing*/
*MonteCarlo_Ind*

# Generated simulation files
*.log
*.h5
*.npz
logfile.txt
*simulated_catalogue.csv
test_output/
*fermi_catalogue*


# Local working files
test.ipynb

# Keep tutorial PSD files
!Tutorials/psds/*.txt